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

12 3

  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 758 AU.addPreserved<DominatorTreeWrapperPass>();
761 AU.addPreserved<LoopInfo>();
763 AU.addPreserved<AliasAnalysis>();
764 AU.addPreserved<ScalarEvolution>();
765 AU.addPreserved<DependenceAnalysis>();
    [all...]
LowerSwitch.cpp 48 AU.addPreserved<UnifyFunctionExitNodes>();
49 AU.addPreserved("mem2reg");
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 621 AU.addPreserved<MachineDominatorTree>();
623 AU.addPreserved<MachineLoopInfo>();
625 AU.addPreserved<MachineTraceMetrics>();
MachineSink.cpp 72 AU.addPreserved<MachineDominatorTree>();
73 AU.addPreserved<MachineLoopInfo>();
StackSlotColoring.cpp 94 AU.addPreserved<SlotIndexes>();
97 AU.addPreserved<MachineBlockFrequencyInfo>();
VirtRegMap.cpp 197 AU.addPreserved<SlotIndexes>();
200 AU.addPreserved<LiveStacks>();
RegAllocGreedy.cpp 425 AU.addPreserved<MachineBlockFrequencyInfo>();
427 AU.addPreserved<AliasAnalysis>();
429 AU.addPreserved<LiveIntervals>();
431 AU.addPreserved<SlotIndexes>();
433 AU.addPreserved<LiveDebugVariables>();
435 AU.addPreserved<LiveStacks>();
437 AU.addPreserved<MachineDominatorTree>();
439 AU.addPreserved<MachineLoopInfo>();
441 AU.addPreserved<VirtRegMap>();
443 AU.addPreserved<LiveRegMatrix>()
    [all...]
PostRASchedulerList.cpp 94 AU.addPreserved<MachineDominatorTree>();
96 AU.addPreserved<MachineLoopInfo>();
LiveIntervalAnalysis.cpp 68 AU.addPreserved<AliasAnalysis>();
73 AU.addPreserved<LiveVariables>();
77 AU.addPreserved<SlotIndexes>();
    [all...]
GCStrategy.cpp 148 AU.addPreserved<DominatorTreeWrapperPass>();
PrologEpilogInserter.cpp 74 AU.addPreserved<MachineLoopInfo>();
75 AU.addPreserved<MachineDominatorTree>();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 775 AU.addPreserved<MachineDominatorTree>();
777 AU.addPreserved<MachineLoopInfo>();
779 AU.addPreserved<MachineTraceMetrics>();
AArch64AddressTypePromotion.cpp 96 AU.addPreserved<DominatorTreeWrapperPass>();
AArch64PromoteConstant.cpp 112 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 88 AU.addPreserved<AliasAnalysis>();
89 AU.addPreserved<DominatorTreeWrapperPass>();
90 AU.addPreserved<MemoryDependenceAnalysis>();
LoopIdiomRecognize.cpp 167 AU.addPreserved<LoopInfo>();
173 AU.addPreserved<AliasAnalysis>();
175 AU.addPreserved<ScalarEvolution>();
176 AU.addPreserved<DominatorTreeWrapperPass>();
    [all...]
LoopUnswitch.cpp 170 AU.addPreserved<LoopInfo>();
173 AU.addPreserved<DominatorTreeWrapperPass>();
174 AU.addPreserved<ScalarEvolution>();
    [all...]
LICM.cpp 95 AU.addPreserved<AliasAnalysis>();
96 AU.addPreserved<ScalarEvolution>();
    [all...]
LoopRerollPass.cpp 134 AU.addPreserved<LoopInfo>();
136 AU.addPreserved<DominatorTreeWrapperPass>();
    [all...]
  /external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 116 AU.addPreserved<MachineDominatorTree>();
118 AU.addPreserved<MachineLoopInfo>();
R600Packetizer.cpp 44 AU.addPreserved<MachineDominatorTree>();
46 AU.addPreserved<MachineLoopInfo>();
SIAnnotateControlFlow.cpp 103 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 98 AU.addPreserved<LoopInfo>();
100 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 579 AU.addPreserved<CallGraphWrapperPass>();
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 77 AU.addPreserved<MachineDominatorTree>();
79 AU.addPreserved<MachineLoopInfo>();
    [all...]

Completed in 3729 milliseconds

12 3