Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp364 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
390 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
483 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/llvm/include/llvm/IR/
DDominators.h240 DominatorTree &getDomTree() { return DT; }
241 const DominatorTree &getDomTree() const { return DT; }
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Analysis/
DDominanceFrontier.cpp40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
DRegionInfo.cpp128 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DDomPrinter.cpp86 return &DTWP->getDomTree(); in getGraph()
DDivergenceAnalysis.cpp299 getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction()
DIVUsers.cpp268 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DSimplifyInstructions.cpp104 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DBreakCriticalEdges.cpp46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DLCSSA.cpp329 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DLoopVersioning.cpp263 auto *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
DLoopInstSimplify.cpp73 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopDeletion.cpp263 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
DSink.cpp280 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/unittests/Analysis/
DCFGTest.cpp93 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in ExpectPath()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp95 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp258 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DInterleavedAccessPass.cpp366 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DStackProtector.cpp91 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp248 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp31 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()

123