Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes()
343 DT = &DTWP->getDomTree(); in runOnFunction()
346 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DLiveIntervalCalc.cpp89 MachineDominatorTree *DomTree = getDomTree(); in calculate()
H A DStackProtector.cpp175 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy); in runOnFunction()
199 DTU->getDomTree().verify(DominatorTree::VerificationLevel::Full)) && in runOnFunction()
H A DCallBrPrepare.cpp237 DT = &DTWP->getDomTree(); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h44 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/freebsd-14.2/contrib/llvm-project/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 DRegionInfo.cpp127 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DUniformityAnalysis.cpp169 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h321 DominatorTree &getDomTree() { return DT; }
322 const DominatorTree &getDomTree() const { return DT; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp92 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DUnifyLoopExits.cpp232 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DCanonicalizeFreezeInLoops.cpp251 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h169 MachineDominatorTree *getDomTree() { return DomTree; } in getDomTree() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h185 DominatorTree &getDomTree();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DLoopRotation.cpp132 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
H A DLowerConstantIntrinsics.cpp187 DT = &DTWP->getDomTree(); in runOnFunction()
H A DPartiallyInlineLibCalls.cpp197 DT = &DTWP->getDomTree(); in runOnFunction()
H A DSink.cpp251 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DTLSVariableHoist.cpp96 Impl.runImpl(Fn, getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp175 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp118 return this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()

1234