/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PostDominators.cpp | 35 char PostDominatorTreeWrapperPass::ID = 0; 37 PostDominatorTreeWrapperPass::PostDominatorTreeWrapperPass() in PostDominatorTreeWrapperPass() function in PostDominatorTreeWrapperPass 42 INITIALIZE_PASS(PostDominatorTreeWrapperPass, "postdomtree", 76 bool PostDominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction() 81 void PostDominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis() 88 void PostDominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print() 93 return new PostDominatorTreeWrapperPass(); in createPostDomTree()
|
D | DomPrinter.cpp | 131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() 137 PostDominatorTreeWrapperPass, false, 142 DOTGraphTraitsViewer<PostDominatorTreeWrapperPass, false, in PostDomViewer() 151 PostDominatorTreeWrapperPass, true, 156 DOTGraphTraitsViewer<PostDominatorTreeWrapperPass, true, in PostDomOnlyViewer() 211 PostDominatorTreeWrapperPass, false, 216 DOTGraphTraitsPrinter<PostDominatorTreeWrapperPass, false, in PostDomPrinter() 226 PostDominatorTreeWrapperPass, true, 231 DOTGraphTraitsPrinter<PostDominatorTreeWrapperPass, true, in PostDomOnlyPrinter()
|
D | RegionInfo.cpp | 130 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 148 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 167 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
|
D | LegacyDivergenceAnalysis.cpp | 292 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 303 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 338 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
D | MustExecute.cpp | 345 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | PostDominators.h | 73 struct PostDominatorTreeWrapperPass : public FunctionPass { struct 78 PostDominatorTreeWrapperPass(); argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 73 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 80 AU.addRequired<PostDominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 197 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 811 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 819 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 838 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnLoop() 853 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 864 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 873 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | ADCE.cpp | 712 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 718 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 723 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 735 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopFuse.cpp | 1611 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1618 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1628 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 1664 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | GVNHoist.cpp | 1158 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 1169 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1206 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | TailRecursionElimination.cpp | 825 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 834 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
|
D | GVNSink.cpp | 926 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 268 return &this->getAnalysis<PostDominatorTreeWrapperPass>(F) in runOnModule() 279 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 941 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 111 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 112 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 169 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) 1284 PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 54 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 601 if (auto *P = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>()) in runOnFunction()
|