Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h403 GetterTy<const LoopInfo> LIGetter =
411 ExploreCFGBackward(ExploreCFGBackward), LIGetter(LIGetter), in ExploreInterBlock()
525 GetterTy<const LoopInfo> LIGetter;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp406 const LoopInfo *LI = LIGetter(*InitBB->getParent()); in findForwardJoinPoint()
542 const LoopInfo *LI = LIGetter(*InitBB->getParent()); in findBackwardJoinPoint()
755 GetterTy<const LoopInfo> LIGetter = [&](const Function &F) { in run() local
768 /* ExploreCFGBackward */ true, LIGetter, DTGetter, PDTGetter); in run()