| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A 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()
|
| H A D | StackProtector.cpp | 90 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction() 114 DTU->getDomTree().verify(DominatorTree::VerificationLevel::Full)) && in runOnFunction()
|
| H A D | LiveIntervalCalc.cpp | 90 MachineDominatorTree *DomTree = getDomTree(); in calculate()
|
| H A D | IndirectBrExpandPass.cpp | 96 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeReturned.cpp | 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 44 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DominanceFrontier.cpp | 49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
|
| H A D | DomPrinter.cpp | 47 return &DTWP->getDomTree(); in getGraph()
|
| H A D | UniformityAnalysis.cpp | 144 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | RegionInfo.cpp | 127 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 322 DominatorTree &getDomTree() { return DT; } 323 const DominatorTree &getDomTree() const { return DT; }
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Mem2Reg.cpp | 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | UnifyLoopExits.cpp | 235 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | CanonicalizeFreezeInLoops.cpp | 222 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteUndefForPHI.cpp | 175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveRangeCalc.h | 169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DomTreeUpdater.h | 185 DominatorTree &getDomTree();
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 100 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | SCCP.cpp | 171 DomTreeUpdater DTU(DTWP ? &DTWP->getDomTree() : nullptr, in runOnFunction()
|
| H A D | LoopRotation.cpp | 117 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|
| H A D | LowerConstantIntrinsics.cpp | 184 DT = &DTWP->getDomTree(); in runOnFunction()
|
| H A D | CallSiteSplitting.cpp | 465 auto *CSDTNode = DTU.getDomTree().getNode(CB.getParent()); in shouldSplitOnPredicatedArgument() 559 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
|
| H A D | PartiallyInlineLibCalls.cpp | 197 DT = &DTWP->getDomTree(); in runOnFunction()
|
| H A D | LoopInstSimplify.cpp | 188 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
|