/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 132 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes() 289 DT = &DTWP->getDomTree(); in runOnFunction() 292 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | LiveIntervalCalc.cpp | 99 MachineDominatorTree *DomTree = getDomTree(); in calculate()
|
H A D | IndirectBrExpandPass.cpp | 99 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Dominators.h | 289 DominatorTree &getDomTree() { return DT; } 290 const DominatorTree &getDomTree() const { return DT; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyOptimizeReturned.cpp | 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/IRTransforms/ |
H A D | SimplifyCFG.cpp | 395 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() 399 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyIndVar.h | 45 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | DominanceFrontier.cpp | 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
H A D | DomPrinter.cpp | 102 return &DTWP->getDomTree(); in getGraph()
|
H A D | RegionInfo.cpp | 126 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | CanonicalizeFreezeInLoops.cpp | 224 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
H A D | UnifyLoopExits.cpp | 226 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SCCP.cpp | 70 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
|
H A D | LoopExtractor.cpp | 123 return this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 170 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | InstSimplifyPass.cpp | 104 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | LoopRotation.cpp | 120 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
H A D | CallSiteSplitting.cpp | 466 auto *CSDTNode = DTU.getDomTree().getNode(CB.getParent()); in shouldSplitOnPredicatedArgument() 561 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
H A D | LowerConstantIntrinsics.cpp | 179 DT = &DTWP->getDomTree(); in runOnFunction()
|
H A D | PartiallyInlineLibCalls.cpp | 193 DT = &DTWP->getDomTree(); in runOnFunction()
|
H A D | LoopInstSimplify.cpp | 190 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
H A D | Sink.cpp | 258 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DomTreeUpdater.h | 228 DominatorTree &getDomTree();
|