Home
last modified time | relevance | path

Searched refs:PDTWP (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDomPrinter.cpp131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph()
132 return &PDTWP->getPostDomTree(); in getGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp54 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction() local
55 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp854 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction() local
855 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnFunction()
H A DGuardWidening.cpp834 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnLoop() local
835 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnLoop()