Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp138 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
342 DT = &DTWP->getDomTree(); in runOnFunction()
345 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DStackProtector.cpp90 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
114 DTU->getDomTree().verify(DominatorTree::VerificationLevel::Full)) && in runOnFunction()
H A DLiveIntervalCalc.cpp90 MachineDominatorTree *DomTree = getDomTree(); in calculate()
H A DIndirectBrExpandPass.cpp96 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp385 *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 DWebAssemblyOptimizeReturned.cpp76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h44 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDominanceFrontier.cpp49 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
H A DDomPrinter.cpp47 return &DTWP->getDomTree(); in getGraph()
H A DUniformityAnalysis.cpp144 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DRegionInfo.cpp127 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDominators.h322 DominatorTree &getDomTree() { return DT; }
323 const DominatorTree &getDomTree() const { return DT; }
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DUnifyLoopExits.cpp235 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DCanonicalizeFreezeInLoops.cpp222 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h185 DominatorTree &getDomTree();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp100 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DSCCP.cpp171 DomTreeUpdater DTU(DTWP ? &DTWP->getDomTree() : nullptr, in runOnFunction()
H A DLoopRotation.cpp117 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
H A DLowerConstantIntrinsics.cpp184 DT = &DTWP->getDomTree(); in runOnFunction()
H A DCallSiteSplitting.cpp465 auto *CSDTNode = DTU.getDomTree().getNode(CB.getParent()); in shouldSplitOnPredicatedArgument()
559 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DPartiallyInlineLibCalls.cpp197 DT = &DTWP->getDomTree(); in runOnFunction()
H A DLoopInstSimplify.cpp188 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()

123456