Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMustExecute.h384 GetterTy<const LoopInfo> LIGetter =
388 : ExploreInterBlock(ExploreInterBlock), LIGetter(LIGetter), in ExploreInterBlock()
481 GetterTy<const LoopInfo> LIGetter;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp364 GetterTy<LoopInfo> LIGetter = [&](const Function &F) { in runOnModule() local
376 MustBeExecutedContextExplorer Explorer(true, LIGetter, PDTGetter); in runOnModule()
500 const LoopInfo *LI = LIGetter(*InitBB->getParent()); in findForwardJoinPoint()