Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp371 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
397 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDominators.h270 DominatorTree &getDomTree() { return DT; }
271 const DominatorTree &getDomTree() const { return DT; }
H A DDomTreeUpdater.h170 DominatorTree &getDomTree();
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp81 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDominanceFrontier.cpp50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
H A DDomPrinter.cpp102 return &DTWP->getDomTree(); in getGraph()
H A DRegionInfo.cpp129 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DLoopInfo.cpp777 LI.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in INITIALIZE_PASS_DEPENDENCY()
788 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in verifyAnalysis()
H A DLegacyDivergenceAnalysis.cpp326 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DMustExecute.cpp386 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSCCP.cpp55 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
H A DLoopExtractor.cpp96 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp96 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
H A DInstSimplifyPass.cpp100 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DDivRemPairs.cpp188 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DCallSiteSplitting.cpp469 auto *CSDTNode = DTU.getDomTree().getNode(CS.getInstruction()->getParent()); in shouldSplitOnPredicatedArgument()
565 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DLoopDeletion.cpp255 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
H A DLoopInstSimplify.cpp190 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
H A DSink.cpp278 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp255 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp262 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
H A DInterleavedAccessPass.cpp446 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp318 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()

12345