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.h409 GetterTy<const PostDominatorTree> PDTGetter =
414 DTGetter(DTGetter), PDTGetter(PDTGetter), EndIterator(*this, nullptr) {} in ExploreInterBlock()
529 GetterTy<const PostDominatorTree> PDTGetter; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp415 const PostDominatorTree *PDT = PDTGetter(*InitBB->getParent()); in findForwardJoinPoint()
769 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run() local
776 /* ExploreCFGBackward */ true, LIGetter, DTGetter, PDTGetter); in run()