Home
last modified time | relevance | path

Searched refs:getDomTree (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp138 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/
DSimplifyIndVar.h42 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp371 *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/
DAArch64PromoteConstant.cpp364 *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/
DDominators.h240 DominatorTree &getDomTree() { return DT; }
241 const DominatorTree &getDomTree() const { return DT; }
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp385 *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/
DWebAssemblyOptimizeReturned.cpp73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp77 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Analysis/
DDominanceFrontier.cpp40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h44 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDominanceFrontier.cpp49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDominanceFrontier.cpp50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDominators.h267 DominatorTree &getDomTree() { return DT; }
268 const DominatorTree &getDomTree() const { return DT; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDominators.h322 DominatorTree &getDomTree() { return DT; }
323 const DominatorTree &getDomTree() const { return DT; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSCCP.cpp58 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
DLoopExtractor.cpp98 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteUndefForPHI.cpp175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DLiveRangeCalc.h169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h185 DominatorTree &getDomTree();

12345678910>>...13