HomeSort by relevance Sort by last modified time
    Searched refs:addPreserved (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/
MachineFunctionPass.cpp 38 AU.addPreserved<MachineFunctionAnalysis>();
45 AU.addPreserved<AliasAnalysis>();
46 AU.addPreserved("scalar-evolution");
47 AU.addPreserved("iv-users");
48 AU.addPreserved("memdep");
49 AU.addPreserved("live-values");
50 AU.addPreserved("domtree");
51 AU.addPreserved("domfrontier");
52 AU.addPreserved("loops");
53 AU.addPreserved("lda")
    [all...]
LiveStackAnalysis.cpp 35 AU.addPreserved<SlotIndexes>();
UnreachableBlockElim.cpp 52 AU.addPreserved<DominatorTree>();
53 AU.addPreserved<ProfileInfo>();
118 AU.addPreserved<MachineLoopInfo>();
119 AU.addPreserved<MachineDominatorTree>();
RegAllocBasic.cpp 155 AU.addPreserved<AliasAnalysis>();
157 AU.addPreserved<SlotIndexes>();
159 AU.addPreserved<LiveDebugVariables>();
165 AU.addPreserved<LiveStacks>();
169 AU.addPreserved<MachineLoopInfo>();
171 AU.addPreserved<VirtRegMap>();
PHIElimination.cpp 101 AU.addPreserved<LiveVariables>();
102 AU.addPreserved<MachineDominatorTree>();
103 AU.addPreserved<MachineLoopInfo>();
StackProtector.cpp 77 AU.addPreserved<DominatorTree>();
ProcessImplicitDefs.cpp 37 AU.addPreserved<AliasAnalysis>();
38 AU.addPreserved<LiveVariables>();
Splitter.cpp 262 au.addPreserved<MachineDominatorTree>();
264 au.addPreserved<MachineLoopInfo>();
266 au.addPreserved<CalculateSpillWeights>();
267 au.addPreserved<LiveStacks>();
269 au.addPreserved<SlotIndexes>();
271 au.addPreserved<LiveIntervals>();
RegAllocGreedy.cpp 325 AU.addPreserved<AliasAnalysis>();
328 AU.addPreserved<SlotIndexes>();
330 AU.addPreserved<LiveDebugVariables>();
336 AU.addPreserved<LiveStacks>();
338 AU.addPreserved<MachineDominatorTree>();
340 AU.addPreserved<MachineLoopInfo>();
342 AU.addPreserved<VirtRegMap>();
    [all...]
MachineSink.cpp 72 AU.addPreserved<MachineDominatorTree>();
73 AU.addPreserved<MachineLoopInfo>();
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 83 AU.addPreserved<LoopInfo>();
89 AU.addPreserved<ScalarEvolution>();
94 AU.addPreserved<DominatorTree>();
Sink.cpp 50 AU.addPreserved<DominatorTree>();
51 AU.addPreserved<LoopInfo>();
LoopDeletion.cpp 50 AU.addPreserved<ScalarEvolution>();
51 AU.addPreserved<DominatorTree>();
52 AU.addPreserved<LoopInfo>();
LoopRotation.cpp 44 AU.addPreserved<DominatorTree>();
46 AU.addPreserved<LoopInfo>();
51 AU.addPreserved<ScalarEvolution>();
LoopIdiomRecognize.cpp 100 AU.addPreserved<LoopInfo>();
106 AU.addPreserved<AliasAnalysis>();
108 AU.addPreserved<ScalarEvolution>();
109 AU.addPreserved<DominatorTree>();
LoopInstSimplify.cpp 45 AU.addPreserved("scalar-evolution");
DeadStoreElimination.cpp 78 AU.addPreserved<AliasAnalysis>();
79 AU.addPreserved<DominatorTree>();
80 AU.addPreserved<MemoryDependenceAnalysis>();
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 43 AU.addPreserved<UnifyFunctionExitNodes>();
BreakCriticalEdges.cpp 45 AU.addPreserved<DominatorTree>();
46 AU.addPreserved<LoopInfo>();
47 AU.addPreserved<ProfileInfo>();
UnifyFunctionExitNodes.cpp 38 AU.addPreserved("mem2reg");
LoopSimplify.cpp 85 AU.addPreserved<DominatorTree>();
88 AU.addPreserved<LoopInfo>();
90 AU.addPreserved<AliasAnalysis>();
91 AU.addPreserved<ScalarEvolution>();
LowerSwitch.cpp 44 AU.addPreserved<UnifyFunctionExitNodes>();
45 AU.addPreserved("mem2reg");
  /external/llvm/include/llvm/
PassAnalysisSupport.h 64 // addPreserved - Add the specified ID to the set of analyses preserved by
76 // addPreserved - Add the specified Pass class to the set of analyses
80 AnalysisUsage &addPreserved() {
85 // addPreserved - Add the Pass with the specified argument string to the set
90 AnalysisUsage &addPreserved(StringRef Arg);
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 60 AU.addPreserved<CallGraph>();
  /external/llvm/lib/VMCore/
Pass.cpp 272 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) {

Completed in 328 milliseconds

1 2 3