mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
03e19ddaf7
after all callers are inlined into the current graph. (2) Optimize the way a graph is inlined into its callees in the TD phase: (a) Use DSGraph::cloneReachableSubgraph to clone only a subgraph at each call site, for faster inlining. (b) Clone separately for the same callee at different call sites, since only the reachable subgraph is being cloned, not the entire caller graph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7188 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
BottomUpClosure.cpp | ||
DataStructure.cpp | ||
DataStructureAA.cpp | ||
DataStructureOpt.cpp | ||
DataStructureStats.cpp | ||
DSCallSiteIterator.h | ||
GraphChecker.cpp | ||
IPModRef.cpp | ||
Local.cpp | ||
Makefile | ||
MemoryDepAnalysis.cpp | ||
Parallelize.cpp | ||
PgmDependenceGraph.cpp | ||
Printer.cpp | ||
Steensgaard.cpp | ||
TopDownClosure.cpp |