Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DBranchProbabilityInfo.cpp68 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
1291 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
1301 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h75 struct PostDominatorTreeWrapperPass : public FunctionPass {
80 PostDominatorTreeWrapperPass(); in getPostDomTree() argument
73 struct PostDominatorTreeWrapperPass : public FunctionPass { global() struct
78 DTPostDominatorTreeWrapperPass global() argument
81 getPostDomTreePostDominatorTreeWrapperPass getPostDomTree() argument
87 getAnalysisUsagePostDominatorTreeWrapperPass getAnalysisUsage() argument
91 releaseMemoryPostDominatorTreeWrapperPass releaseMemory() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp94 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
103 AU.addRequired<PostDominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
336 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp905 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
914 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp52 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp555 if (auto *P = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>()) in runOnFunction()