/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 46 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()
|
D | DominanceFrontier.cpp | 34 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/ |
D | DomPrinter.cpp | 85 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()
|
D | DominanceFrontier.cpp | 25 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/ |
D | DomPrinter.cpp | 101 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()
|
D | DominanceFrontier.cpp | 35 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/ |
D | AMDGPURewriteUndefForPHI.cpp | 85 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/ |
D | WebAssemblyOptimizeReturned.cpp | 32 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 33 AU.addPreserved<DominatorTreeWrapperPass>(); in getAnalysisUsage() 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 33 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/ |
D | WebAssemblyOptimizeReturned.cpp | 32 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/ |
D | Dominators.cpp | 360 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/ |
D | Mem2Reg.cpp | 88 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/ |
D | Mem2Reg.cpp | 80 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/ |
D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 96 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | UnifyLoopExits.cpp | 49 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()
|
D | CanonicalizeFreezeInLoops.cpp | 213 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/ |
D | SCCP.cpp | 58 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule() 73 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopExtractor.cpp | 53 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 65 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass) 98 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
/external/llvm/lib/IR/ |
D | Dominators.cpp | 338 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/ |
D | Dominators.cpp | 421 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/ |
D | GraphPrinters.cpp | 34 AU.addRequired<DominatorTreeWrapperPass>(); in getAnalysisUsage() 38 getAnalysis<DominatorTreeWrapperPass>().dump(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 90 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/ |
D | InstSimplifyPass.cpp | 88 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/ |
D | AArch64PromoteConstant.cpp | 142 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/ |
D | AArch64PromoteConstant.cpp | 131 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()
|