/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() 107 DominatorTreeWrapperPass, false, DominatorTree *, 111 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *, in DomViewer() 119 DominatorTreeWrapperPass, true, DominatorTree *, 123 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewer() 186 DominatorTreeWrapperPass, false, DominatorTree *, 190 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, false, DominatorTree *, in DomPrinter() 198 DominatorTreeWrapperPass, true, DominatorTree *, 202 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyPrinter()
|
D | DominanceFrontier.cpp | 35 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction() 56 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
|
D | RegionInfo.cpp | 129 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 147 AU.addRequiredTransitive<DominatorTreeWrapperPass>(); in getAnalysisUsage() 166 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
|
D | LegacyDivergenceAnalysis.cpp | 291 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 302 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 337 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Dominators.cpp | 360 char DominatorTreeWrapperPass::ID = 0; 362 DominatorTreeWrapperPass::DominatorTreeWrapperPass() : FunctionPass(ID) { in DominatorTreeWrapperPass() function in DominatorTreeWrapperPass 366 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree", 369 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction() 374 void DominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis() 381 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 77 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopVersioning.cpp | 267 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 302 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 303 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 320 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SCCP.cpp | 58 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule() 73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopExtractor.cpp | 53 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 65 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 98 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 142 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 143 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 231 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 370 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated() 396 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge() 490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 90 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 102 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 120 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | Sink.cpp | 278 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 289 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 291 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 300 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | DivRemPairs.cpp | 331 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 334 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 343 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 353 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | AlignmentFromAssumptions.cpp | 59 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 65 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 78 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_BEGIN() 380 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
D | NaryReassociate.cpp | 134 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 138 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 156 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 172 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
D | CallSiteSplitting.cpp | 558 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 559 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 569 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 580 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopVersioningLICM.cpp | 132 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 606 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 630 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopInstSimplify.cpp | 190 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() 211 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 74 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 92 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 256 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 97 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 130 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 452 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
D | DwarfEHPrepare.cpp | 86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 97 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 262 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
D | HardwareLoops.cpp | 134 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 135 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 225 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 518 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_BEGIN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 117 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 119 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 129 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 323 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 364 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 368 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 374 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 398 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|