HomeSort by relevance Sort by last modified time
    Searched refs:addPreserved (Results 1 - 25 of 72) 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...]
RegAllocBasic.cpp 138 AU.addPreserved<AliasAnalysis>();
140 AU.addPreserved<LiveIntervals>();
141 AU.addPreserved<SlotIndexes>();
143 AU.addPreserved<LiveDebugVariables>();
145 AU.addPreserved<LiveStacks>();
147 AU.addPreserved<MachineBlockFrequencyInfo>();
151 AU.addPreserved<MachineLoopInfo>();
153 AU.addPreserved<VirtRegMap>();
155 AU.addPreserved<LiveRegMatrix>();
LiveStackAnalysis.cpp 39 AU.addPreserved<SlotIndexes>();
RegAllocPBQP.cpp 419 au.addPreserved<AliasAnalysis>();
421 au.addPreserved<SlotIndexes>();
423 au.addPreserved<LiveIntervals>();
428 au.addPreserved<LiveStacks>();
430 au.addPreserved<MachineBlockFrequencyInfo>();
432 au.addPreserved<MachineLoopInfo>();
434 au.addPreserved<MachineDominatorTree>();
436 au.addPreserved<VirtRegMap>();
UnreachableBlockElim.cpp 51 AU.addPreserved<DominatorTreeWrapperPass>();
114 AU.addPreserved<MachineLoopInfo>();
115 AU.addPreserved<MachineDominatorTree>();
PHIElimination.cpp 119 AU.addPreserved<LiveVariables>();
120 AU.addPreserved<SlotIndexes>();
121 AU.addPreserved<LiveIntervals>();
122 AU.addPreserved<MachineDominatorTree>();
123 AU.addPreserved<MachineLoopInfo>();
ProcessImplicitDefs.cpp 60 AU.addPreserved<AliasAnalysis>();
  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.h 35 AU.addPreserved("stack-protector");
36 AU.addPreserved<MachineFunctionAnalysis>();
NVPTXLowerAggrCopies.h 32 AU.addPreserved("stack-protector");
33 AU.addPreserved<MachineFunctionAnalysis>();
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 44 AU.addPreserved<MachineFunctionAnalysis>();
45 AU.addPreserved("stack-protector");
  /external/llvm/lib/Target/R600/
SIFixSGPRLiveRanges.cpp 51 AU.addPreserved<LiveIntervals>();
52 AU.addPreserved<SlotIndexes>();
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 119 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 44 AU.addPreserved<UnifyFunctionExitNodes>();
UnifyFunctionExitNodes.cpp 38 AU.addPreserved("mem2reg");
BreakCriticalEdges.cpp 46 AU.addPreserved<DominatorTreeWrapperPass>();
47 AU.addPreserved<LoopInfo>();
LCSSA.cpp 266 AU.addPreserved<AliasAnalysis>();
267 AU.addPreserved<ScalarEvolution>();
  /external/llvm/include/llvm/
PassAnalysisSupport.h 65 // addPreserved - Add the specified ID to the set of analyses preserved by
77 // addPreserved - Add the specified Pass class to the set of analyses
81 AnalysisUsage &addPreserved() {
86 // addPreserved - Add the Pass with the specified argument string to the set
91 AnalysisUsage &addPreserved(StringRef Arg);
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 47 AU.addPreserved<ScalarEvolution>();
48 AU.addPreserved<DominatorTreeWrapperPass>();
49 AU.addPreserved<LoopInfo>();
LoopUnrollPass.cpp 106 AU.addPreserved<LoopInfo>();
112 AU.addPreserved<ScalarEvolution>();
118 AU.addPreserved<DominatorTreeWrapperPass>();
Sink.cpp 54 AU.addPreserved<DominatorTreeWrapperPass>();
55 AU.addPreserved<LoopInfo>();
LoopRotation.cpp 56 AU.addPreserved<DominatorTreeWrapperPass>();
58 AU.addPreserved<LoopInfo>();
63 AU.addPreserved<ScalarEvolution>();
LoopInstSimplify.cpp 48 AU.addPreserved("scalar-evolution");
  /external/llvm/lib/Target/AArch64/
AArch64StorePairSuppress.cpp 56 AU.addPreserved<MachineTraceMetrics>();
  /external/llvm/lib/IR/
Pass.cpp 269 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) {
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 67 AU.addPreserved<CallGraphWrapperPass>();

Completed in 164 milliseconds

1 2 3