Searched refs:getPostDomTree (Results 1 – 13 of 13) sorted by relevance
76 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree() function77 const PostDominatorTree &getPostDomTree() const { return DT; } in getPostDomTree() function
176 PostDominatorTree &getPostDomTree();
132 return &PDTWP->getPostDomTree(); in getGraph()
130 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
327 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
162 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
816 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()849 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnLoop()
707 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
835 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnFunction()
1155 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()
306 PostDominatorTree &DomTreeUpdater::getPostDomTree() { in getPostDomTree() function in llvm::DomTreeUpdater
522 &getAnalysis<PostDominatorTreeWrapperPass>(F).getPostDomTree(); in runOnFunction()
1285 PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction()