Home
last modified time | relevance | path

Searched refs:DTWP (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp51 const DominatorTreeWrapperPass *DTWP = in runOnFunction() local
53 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DBreakCriticalEdges.cpp45 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp76 DominatorTreeWrapperPass *DTWP = in runOnLoop() local
78 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopRotation.cpp600 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnLoop() local
601 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DLoopInterchange.cpp455 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
456 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Analysis/
DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph()
86 return &DTWP->getDomTree(); in getGraph()
DBasicAliasAnalysis.cpp1594 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
1599 DTWP ? &DTWP->getDomTree() : nullptr, in runOnFunction()
DLazyValueInfo.cpp1179 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
1181 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
DMemoryDependenceAnalysis.cpp104 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
106 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/CodeGen/
DStackProtector.cpp88 DominatorTreeWrapperPass *DTWP = in runOnFunction() local
90 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp149 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction() local
150 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()