HomeSort by relevance Sort by last modified time
    Searched refs:addPreserved (Results 26 - 50 of 54) sorted by null

12 3

  /external/llvm/lib/CodeGen/
MachineSink.cpp 72 AU.addPreserved<MachineDominatorTree>();
73 AU.addPreserved<MachineLoopInfo>();
StackSlotColoring.cpp 92 AU.addPreserved<SlotIndexes>();
95 AU.addPreserved<MachineLoopInfo>();
RegAllocGreedy.cpp 337 AU.addPreserved<AliasAnalysis>();
340 AU.addPreserved<SlotIndexes>();
342 AU.addPreserved<LiveDebugVariables>();
345 AU.addPreserved<LiveStacks>();
347 AU.addPreserved<MachineDominatorTree>();
349 AU.addPreserved<MachineLoopInfo>();
351 AU.addPreserved<VirtRegMap>();
    [all...]
PostRASchedulerList.cpp 94 AU.addPreserved<MachineDominatorTree>();
96 AU.addPreserved<MachineLoopInfo>();
GCStrategy.cpp 156 AU.addPreserved<DominatorTree>();
PeepholeOptimizer.cpp 93 AU.addPreserved<MachineDominatorTree>();
RegisterCoalescer.cpp 368 AU.addPreserved<LiveIntervals>();
370 AU.addPreserved<LiveDebugVariables>();
371 AU.addPreserved<SlotIndexes>();
373 AU.addPreserved<MachineLoopInfo>();
    [all...]
PrologEpilogInserter.cpp 143 AU.addPreserved<MachineLoopInfo>();
144 AU.addPreserved<MachineDominatorTree>();
ShrinkWrapping.cpp 94 AU.addPreserved<MachineLoopInfo>();
95 AU.addPreserved<MachineDominatorTree>();
    [all...]
StrongPHIElimination.cpp 211 AU.addPreserved<SlotIndexes>();
213 AU.addPreserved<LiveIntervals>();
LiveIntervalAnalysis.cpp 60 AU.addPreserved<AliasAnalysis>();
62 AU.addPreserved<LiveVariables>();
65 AU.addPreserved<SlotIndexes>();
    [all...]
MachineCSE.cpp 60 AU.addPreserved<MachineDominatorTree>();
MachineLICM.cpp 134 AU.addPreserved<MachineLoopInfo>();
135 AU.addPreserved<MachineDominatorTree>();
    [all...]
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 69 AU.addPreserved<PathProfileInfo>();
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 72 AU.addPreserved<ScalarEvolution>();
LowerInvoke.cpp 89 AU.addPreserved("mem2reg");
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 72 AU.addPreserved<MachineDominatorTree>();
74 AU.addPreserved<MachineLoopInfo>();
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 87 AU.addPreserved<AliasAnalysis>();
88 AU.addPreserved("scalar-evolution");
LoopUnswitch.cpp 168 AU.addPreserved<LoopInfo>();
171 AU.addPreserved<DominatorTree>();
172 AU.addPreserved<ScalarEvolution>();
    [all...]
CodeGenPrepare.cpp 105 AU.addPreserved<DominatorTree>();
106 AU.addPreserved<ProfileInfo>();
    [all...]
MemCpyOptimizer.cpp 325 AU.addPreserved<AliasAnalysis>();
326 AU.addPreserved<MemoryDependenceAnalysis>();
    [all...]
GVN.cpp 591 AU.addPreserved<DominatorTree>();
592 AU.addPreserved<AliasAnalysis>();
    [all...]
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 569 AU.addPreserved<CallGraph>();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 291 AU.addPreserved<AliasAnalysis>();
293 AU.addPreserved<GCModuleInfo>();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 339 AU.addPreserved<AliasAnalysis>();
340 AU.addPreserved<ScalarEvolution>();
    [all...]

Completed in 276 milliseconds

12 3