Home
last modified time | relevance | path

Searched refs:PDTGetter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h407 GetterTy<const PostDominatorTree> PDTGetter =
412 DTGetter(DTGetter), PDTGetter(PDTGetter), EndIterator(*this, nullptr) {} in ExploreInterBlock()
527 GetterTy<const PostDominatorTree> PDTGetter; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp407 const PostDominatorTree *PDT = PDTGetter(*InitBB->getParent()); in findForwardJoinPoint()
761 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run() local
768 /* ExploreCFGBackward */ true, LIGetter, DTGetter, PDTGetter); in run()