Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/IR/
DDominators.h236 DominatorTree &getDomTree() { return DT; }
237 const DominatorTree &getDomTree() const { return DT; }
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp346 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
371 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
472 *FctToInstPtsIt.first).getDomTree(); in insertDefinitions()
DAArch64AddressTypePromotion.cpp381 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in mergeSExts()
/external/llvm/lib/Analysis/
DDominanceFrontier.cpp40 Base.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
DRegionInfo.cpp130 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DDomPrinter.cpp86 return &DTWP->getDomTree(); in getGraph()
DDivergenceAnalysis.cpp289 getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction()
DIVUsers.cpp268 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
DDemandedBits.cpp267 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in performAnalysis()
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h45 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp71 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in INITIALIZE_PASS_DEPENDENCY()
DSimplifyInstructions.cpp53 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DLCSSA.cpp324 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DBreakCriticalEdges.cpp46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/unittests/Analysis/
DCFGTest.cpp93 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in ExpectPath()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp78 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopDeletion.cpp211 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
DSink.cpp100 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp258 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DStackProtector.cpp90 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp245 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp95 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp31 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp324 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()

123