/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPass.cpp | 105 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 …]
|
D | RegAllocBasic.cpp | 175 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()
|
D | UnreachableBlockElim.cpp | 58 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 98 AU.addPreserved<MachineLoopInfo>(); in getAnalysisUsage() 99 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage()
|
D | RegAllocPBQP.cpp | 534 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()
|
D | PHIElimination.cpp | 139 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()
|
D | XRayInstrumentation.cpp | 55 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/ |
D | LCSSA.cpp | 443 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()
|
D | LoopSimplify.cpp | 759 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()
|
D | LoopUtils.cpp | 143 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()
|
D | EntryExitInstrumenter.cpp | 129 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/ |
D | WebAssemblyOptimizeLiveIntervals.cpp | 43 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 44 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 45 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
|
D | WebAssemblyMemIntrinsicResults.cpp | 58 AU.addPreserved<MachineBlockFrequencyInfo>(); in getAnalysisUsage() 60 AU.addPreserved<MachineDominatorTree>(); in getAnalysisUsage() 62 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage() 63 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage()
|
D | WebAssemblyCFGSort.cpp | 119 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/ |
D | AlignmentFromAssumptions.cpp | 62 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()
|
D | LoopDataPrefetch.cpp | 113 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 115 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage() 118 AU.addPreserved<ScalarEvolutionWrapperPass>(); in getAnalysisUsage()
|
D | Sink.cpp | 291 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 292 AU.addPreserved<LoopInfoWrapperPass>(); in getAnalysisUsage()
|
D | NaryReassociate.cpp | 134 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/ |
D | AggressiveInstCombine.cpp | 366 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/ |
D | AArch64PreLegalizerCombiner.cpp | 123 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/ |
D | PPCTLSDynamicCall.cpp | 170 AU.addPreserved<LiveIntervals>(); in getAnalysisUsage() 172 AU.addPreserved<SlotIndexes>(); in getAnalysisUsage()
|
D | PPCVSXFMAMutate.cpp | 375 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/ |
D | PassAnalysisSupport.h | 88 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/ |
D | SIPreAllocateWWMRegs.cpp | 59 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/ |
D | MipsModuleISelDAGToDAG.cpp | 36 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 29 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|