Home
last modified time | relevance | path

Searched refs:PostDominatorTreeWrapperPass (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDomPrinter.cpp78 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 DPostDominators.cpp35 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 DRegionInfo.cpp128 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
146 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
165 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
H A DLegacyDivergenceAnalysis.cpp293 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
386 AU.addRequiredTransitive<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
407 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
H A DBranchProbabilityInfo.cpp68 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1281 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
1291 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
H A DMustExecute.cpp357 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DPostDominators.h73 struct PostDominatorTreeWrapperPass : public FunctionPass { struct
78 PostDominatorTreeWrapperPass(); argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp84 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
93 AU.addRequired<PostDominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
189 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp824 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
838 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
860 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnLoop()
881 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
893 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
902 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DADCE.cpp733 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
739 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
744 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
756 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DGVNHoist.cpp534 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
545 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
1262 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DTailRecursionElimination.cpp884 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
893 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
H A DLoopFuse.cpp2078 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
2087 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
2098 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
2150 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DDeadStoreElimination.cpp2266 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
2289 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
2291 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
2306 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DGVNSink.cpp926 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp111 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
112 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
169 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
1262 PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp52 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp499 if (auto *P = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>()) in runOnFunction()