Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Analysis/
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()
DDomPrinter.cpp131 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()
DRegionInfo.cpp127 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
145 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
164 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
DLegacyDivergenceAnalysis.cpp292 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
303 AU.addRequiredTransitive<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
337 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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()
DDomPrinter.cpp131 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()
DRegionInfo.cpp130 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
148 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
167 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
DLegacyDivergenceAnalysis.cpp292 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
303 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
338 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/external/llvm/lib/Analysis/
DDomPrinter.cpp115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph()
121 PostDominatorTreeWrapperPass, false,
126 DOTGraphTraitsViewer<PostDominatorTreeWrapperPass, false, in PostDomViewer()
135 PostDominatorTreeWrapperPass, true,
140 DOTGraphTraitsViewer<PostDominatorTreeWrapperPass, true, in PostDomOnlyViewer()
195 PostDominatorTreeWrapperPass, false,
200 DOTGraphTraitsPrinter<PostDominatorTreeWrapperPass, false, in PostDomPrinter()
210 PostDominatorTreeWrapperPass, true,
215 DOTGraphTraitsPrinter<PostDominatorTreeWrapperPass, true, in PostDomOnlyPrinter()
DPostDominators.cpp30 char PostDominatorTreeWrapperPass::ID = 0;
31 INITIALIZE_PASS(PostDominatorTreeWrapperPass, "postdomtree",
34 bool PostDominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction()
39 void PostDominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
44 return new PostDominatorTreeWrapperPass(); in createPostDomTree()
DRegionInfo.cpp129 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
147 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
166 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
DDivergenceAnalysis.cpp271 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
281 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
297 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/external/llvm/include/llvm/Analysis/
DPostDominators.h64 struct PostDominatorTreeWrapperPass : public FunctionPass { struct
68 PostDominatorTreeWrapperPass() : FunctionPass(ID) { in PostDominatorTreeWrapperPass() argument
/external/llvm-project/llvm/include/llvm/Analysis/
DPostDominators.h73 struct PostDominatorTreeWrapperPass : public FunctionPass { struct
78 PostDominatorTreeWrapperPass(); argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPostDominators.h73 struct PostDominatorTreeWrapperPass : public FunctionPass { struct
78 PostDominatorTreeWrapperPass(); argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp73 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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp74 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
81 AU.addRequired<PostDominatorTreeWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
198 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp811 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()
DADCE.cpp712 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
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp811 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()
DADCE.cpp720 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
726 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
731 AU.addPreserved<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
743 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp33 &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
210 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
259 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass)
/external/llvm/lib/CodeGen/
DMachineRegionInfo.cpp107 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp227 getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(), in runOnFunction()
234 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
684 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp170 AU.addRequired<PostDominatorTreeWrapperPass>(); in getAnalysisUsage()
374 &getAnalysis<PostDominatorTreeWrapperPass>(F).getPostDomTree(); in runOnFunction()
589 INITIALIZE_PASS_DEPENDENCY(PostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()

12