| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DomPrinter.cpp | 78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() 85 PostDominatorTreeWrapperPass, false, PostDominatorTree *, 90 PostDominatorTreeWrapperPass, false, PostDominatorTree *, in PostDomViewerWrapperPass() 99 PostDominatorTreeWrapperPass, true, PostDominatorTree *, 104 PostDominatorTreeWrapperPass, true, PostDominatorTree *, in PostDomOnlyViewerWrapperPass() 161 PostDominatorTreeWrapperPass, false, PostDominatorTree *, 166 PostDominatorTreeWrapperPass, false, PostDominatorTree *, in PostDomPrinterWrapperPass() 175 PostDominatorTreeWrapperPass, true, PostDominatorTree *, 180 PostDominatorTreeWrapperPass, true, PostDominatorTree *, in PostDomOnlyPrinterWrapperPass()
|
| H A 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()
|
| H A D | RegionInfo.cpp | 128 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 146 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 165 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
|
| H A D | LegacyDivergenceAnalysis.cpp | 293 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 304 AU.addRequiredTransitive<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 338 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
| H A D | BranchProbabilityInfo.cpp | 67 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 1291 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1301 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
| H A D | MustExecute.cpp | 347 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | PostDominators.h | 73 struct PostDominatorTreeWrapperPass : public FunctionPass { struct 78 PostDominatorTreeWrapperPass(); argument
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 84 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 93 AU.addRequired<PostDominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 189 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 727 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 733 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 738 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 750 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | GuardWidening.cpp | 817 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 831 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 851 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnLoop() 871 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 883 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 892 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | GVNHoist.cpp | 534 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 545 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1262 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | LoopFuse.cpp | 1826 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1835 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 1845 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 1886 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
| H A D | TailRecursionElimination.cpp | 882 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 891 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
|
| H A D | DeadStoreElimination.cpp | 2182 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() 2205 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 2207 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 2222 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | GVNSink.cpp | 925 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 111 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 112 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage() 169 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) 1262 PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | BreakCriticalEdges.cpp | 52 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 519 if (auto *P = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>()) in runOnFunction()
|