Home
last modified time | relevance | path

Searched refs:DominatorTreeWrapperPass (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDomPrinter.cpp46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
53 DominatorTreeWrapperPass, false, DominatorTree *,
58 DominatorTreeWrapperPass, false, DominatorTree *, in DomViewerWrapperPass()
66 DominatorTreeWrapperPass, true, DominatorTree *,
71 DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewerWrapperPass()
135 DominatorTreeWrapperPass, false, DominatorTree *,
140 DominatorTreeWrapperPass, false, DominatorTree *, in DomPrinterWrapperPass()
148 DominatorTreeWrapperPass, true, DominatorTree *,
153 DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyPrinterWrapperPass()
DDominanceFrontier.cpp34 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
55 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
/external/llvm/lib/Analysis/
DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
91 DominatorTreeWrapperPass, false, DominatorTree *,
95 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *, in DomViewer()
103 DominatorTreeWrapperPass, true, DominatorTree *,
107 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewer()
170 DominatorTreeWrapperPass, false, DominatorTree *,
174 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, false, DominatorTree *, in DomPrinter()
182 DominatorTreeWrapperPass, true, DominatorTree *,
186 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyPrinter()
DDominanceFrontier.cpp25 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
46 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
107 DominatorTreeWrapperPass, false, DominatorTree *,
111 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *, in DomViewer()
119 DominatorTreeWrapperPass, true, DominatorTree *,
123 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewer()
186 DominatorTreeWrapperPass, false, DominatorTree *,
190 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, false, DominatorTree *, in DomPrinter()
198 DominatorTreeWrapperPass, true, DominatorTree *,
202 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyPrinter()
DDominanceFrontier.cpp35 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
56 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteUndefForPHI.cpp85 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
87 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
99 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp33 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
34 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
77 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDominators.cpp360 char DominatorTreeWrapperPass::ID = 0;
362 DominatorTreeWrapperPass::DominatorTreeWrapperPass() : FunctionPass(ID) { in DominatorTreeWrapperPass() function in DominatorTreeWrapperPass
366 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
369 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction()
374 void DominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis()
381 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
88 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
99 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DUnifyLoopExits.cpp49 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
52 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
69 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
235 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DCanonicalizeFreezeInLoops.cpp213 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
214 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
222 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
238 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSCCP.cpp58 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopExtractor.cpp53 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
65 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
98 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/llvm/lib/IR/
DDominators.cpp338 char DominatorTreeWrapperPass::ID = 0;
339 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
342 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction()
347 void DominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis()
352 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDominators.cpp421 char DominatorTreeWrapperPass::ID = 0;
423 DominatorTreeWrapperPass::DominatorTreeWrapperPass() : FunctionPass(ID) { in DominatorTreeWrapperPass() function in DominatorTreeWrapperPass
427 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
430 bool DominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction()
435 void DominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis()
442 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
/external/llvm/tools/opt/
DGraphPrinters.cpp34 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
38 getAnalysis<DominatorTreeWrapperPass>().dump(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp90 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
102 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
120 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp88 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
100 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
118 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp142 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
143 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
231 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
370 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated()
396 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge()
490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp131 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage()
132 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage()
223 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
363 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated()
389 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge()
483 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()

12345678910>>...14