Home
last modified time | relevance | path

Searched refs:addPreserved (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPass.cpp105 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
112 AU.addPreserved<BasicAAWrapperPass>(); in getAnalysisUsage()
113 AU.addPreserved<DominanceFrontierWrapperPass>(); in getAnalysisUsage()
114 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
115 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
116 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
117 AU.addPreserved<IVUsersWrapperPass>(); in getAnalysisUsage()
118 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage()
119 AU.addPreserved<MemoryDependenceWrapperPass>(); in getAnalysisUsage()
120 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
[all …]
DRegAllocBasic.cpp175 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
177 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
178 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
180 AU.addPreserved<LiveDebugVariables>(); in getAnalysisUsage()
182 AU.addPreserved<LiveStacks>(); in getAnalysisUsage()
184 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage()
188 AU.addPreserved<MachineLoopInfo>(); in getAnalysisUsage()
190 AU.addPreserved<VirtRegMap>(); in getAnalysisUsage()
192 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage()
DUnreachableBlockElim.cpp58 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
98 AU.addPreserved<MachineLoopInfo>(); in getAnalysisUsage()
99 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
DRegAllocPBQP.cpp534 au.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
536 au.addPreserved<SlotIndexes>(); in getAnalysisUsage()
538 au.addPreserved<LiveIntervals>(); in getAnalysisUsage()
543 au.addPreserved<LiveStacks>(); in getAnalysisUsage()
545 au.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage()
547 au.addPreserved<MachineLoopInfo>(); in getAnalysisUsage()
549 au.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
551 au.addPreserved<VirtRegMap>(); in getAnalysisUsage()
DPHIElimination.cpp139 AU.addPreserved<LiveVariables>(); in INITIALIZE_PASS_DEPENDENCY()
140 AU.addPreserved<SlotIndexes>(); in INITIALIZE_PASS_DEPENDENCY()
141 AU.addPreserved<LiveIntervals>(); in INITIALIZE_PASS_DEPENDENCY()
142 AU.addPreserved<MachineDominatorTree>(); in INITIALIZE_PASS_DEPENDENCY()
143 AU.addPreserved<MachineLoopInfo>(); in INITIALIZE_PASS_DEPENDENCY()
DXRayInstrumentation.cpp55 AU.addPreserved<MachineLoopInfo>(); in getAnalysisUsage()
56 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp443 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
444 AU.addPreserved<BasicAAWrapperPass>(); in getAnalysisUsage()
445 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
446 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
447 AU.addPreserved<SCEVAAWrapperPass>(); in getAnalysisUsage()
448 AU.addPreserved<BranchProbabilityInfoWrapperPass>(); in getAnalysisUsage()
449 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
453 AU.addPreserved<LCSSAVerificationPass>(); in getAnalysisUsage()
DLoopSimplify.cpp759 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
762 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage()
764 AU.addPreserved<BasicAAWrapperPass>(); in getAnalysisUsage()
765 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
766 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
767 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
768 AU.addPreserved<SCEVAAWrapperPass>(); in getAnalysisUsage()
770 AU.addPreserved<DependenceAnalysisWrapperPass>(); in getAnalysisUsage()
772 AU.addPreserved<BranchProbabilityInfoWrapperPass>(); in getAnalysisUsage()
774 AU.addPreserved<MemorySSAWrapperPass>(); in getAnalysisUsage()
DLoopUtils.cpp143 AU.addPreserved<DominatorTreeWrapperPass>(); in getLoopAnalysisUsage()
145 AU.addPreserved<LoopInfoWrapperPass>(); in getLoopAnalysisUsage()
158 AU.addPreserved<LCSSAVerificationPass>(); in getLoopAnalysisUsage()
168 AU.addPreserved<AAResultsWrapperPass>(); in getLoopAnalysisUsage()
169 AU.addPreserved<BasicAAWrapperPass>(); in getLoopAnalysisUsage()
170 AU.addPreserved<GlobalsAAWrapperPass>(); in getLoopAnalysisUsage()
171 AU.addPreserved<SCEVAAWrapperPass>(); in getLoopAnalysisUsage()
173 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getLoopAnalysisUsage()
DEntryExitInstrumenter.cpp129 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
142 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeLiveIntervals.cpp43 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage()
44 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
45 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
DWebAssemblyMemIntrinsicResults.cpp58 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage()
60 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
62 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
63 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
DWebAssemblyCFGSort.cpp119 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
121 AU.addPreserved<MachineLoopInfo>(); in getAnalysisUsage()
123 AU.addPreserved<WebAssemblyExceptionInfo>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp62 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
63 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
64 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage()
65 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
66 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
DLoopDataPrefetch.cpp113 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
115 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage()
118 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
DSink.cpp291 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
292 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage()
DNaryReassociate.cpp134 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
135 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
136 AU.addPreserved<TargetLibraryInfoWrapperPass>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp366 AU.addPreserved<AAResultsWrapperPass>(); in getAnalysisUsage()
367 AU.addPreserved<BasicAAWrapperPass>(); in getAnalysisUsage()
368 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
369 AU.addPreserved<GlobalsAAWrapperPass>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PreLegalizerCombiner.cpp123 AU.addPreserved<GISelKnownBitsAnalysis>(); in getAnalysisUsage()
126 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp170 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
172 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
DPPCVSXFMAMutate.cpp375 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
377 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
379 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassAnalysisSupport.h88 AnalysisUsage &addPreserved() { in addPreserved() function
117 AnalysisUsage &addPreserved(StringRef Arg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIPreAllocateWWMRegs.cpp59 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
62 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsModuleISelDAGToDAG.cpp36 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp29 AU.addPreserved<StackProtector>(); in getAnalysisUsage()

123456