mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
a53e3da92c
to clone the subgraph reachable from a set of root nodes, into the current graph, merging the global nodes into those in the current graph. (2) Added DSGraph::updateFromGlobalGraph() to rematerialize nodes from the globals graph into the current graph in both BU and TD passes. (3) Added hash_set<const GlobalValue*> InlinedGlobals: a set of globals to track which globals have been inlined into the current graph from callers or callees. In the TD pass, such globals are up-to-date and do not need to be rematerialized from the GlobalsGraph. (4) Added StripIncompleteBit/KeepIncompleteBit to remove incomplete bit when cloning nodes into the globals graph. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7190 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
DataStructure | ||
AliasAnalysis.h | ||
AliasSetTracker.h | ||
CallGraph.h | ||
ConstantsScanner.h | ||
DataStructure.h | ||
DependenceGraph.h | ||
Dominators.h | ||
DSGraph.h | ||
DSGraphTraits.h | ||
DSNode.h | ||
DSSupport.h | ||
Expressions.h | ||
FindUnsafePointerTypes.h | ||
FindUsedTypes.h | ||
InductionVariable.h | ||
InstForest.h | ||
Interval.h | ||
IntervalIterator.h | ||
IntervalPartition.h | ||
IPModRef.h | ||
LoadValueNumbering.h | ||
LoopInfo.h | ||
MemoryDepAnalysis.h | ||
PgmDependenceGraph.h | ||
PostDominators.h | ||
SlotCalculator.h | ||
ValueNumbering.h | ||
Verifier.h |