Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp375 GetterTy<PostDominatorTree> PDTGetter = [&](const Function &F) { in runOnModule() local
383 /* ExploreCFGBackward */ true, LIGetter, DTGetter, PDTGetter); in runOnModule()
502 const PostDominatorTree *PDT = PDTGetter(*InitBB->getParent()); in findForwardJoinPoint()
856 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run() local
863 /* ExploreCFGBackward */ true, LIGetter, DTGetter, PDTGetter); in run()