/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 138 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes() 342 DT = &DTWP->getDomTree(); in runOnFunction() 345 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyIndVar.h | 42 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyIndVar.h | 43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 371 *NewPt->getParent()->getParent()).getDomTree(); in isDominated() 397 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge() 490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 364 *NewPt->getParent()->getParent()).getDomTree(); in isDominated() 390 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge() 483 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
/external/llvm/include/llvm/IR/ |
D | Dominators.h | 240 DominatorTree &getDomTree() { return DT; } 241 const DominatorTree &getDomTree() const { return DT; }
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 385 *NewPt->getParent()->getParent()).getDomTree(); in isDominated() 411 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge() 504 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyOptimizeReturned.cpp | 77 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/llvm/lib/Analysis/ |
D | DominanceFrontier.cpp | 40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyIndVar.h | 44 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | DominanceFrontier.cpp | 49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DominanceFrontier.cpp | 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Dominators.h | 267 DominatorTree &getDomTree() { return DT; } 268 const DominatorTree &getDomTree() const { return DT; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Dominators.h | 322 DominatorTree &getDomTree() { return DT; } 323 const DominatorTree &getDomTree() const { return DT; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SCCP.cpp | 58 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
|
D | LoopExtractor.cpp | 98 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteUndefForPHI.cpp | 175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | LiveRangeCalc.h | 169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | DomTreeUpdater.h | 185 DominatorTree &getDomTree();
|