Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h36 template <typename T> using GetterTy = std::function<T *(const Function &F)>; variable
405 GetterTy<const LoopInfo> LIGetter =
407 GetterTy<const DominatorTree> DTGetter =
409 GetterTy<const PostDominatorTree> PDTGetter =
527 GetterTy<const LoopInfo> LIGetter;
528 GetterTy<const DominatorTree> DTGetter;
529 GetterTy<const PostDominatorTree> PDTGetter;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp763 GetterTy<const LoopInfo> LIGetter = [&](const Function &F) { in run()
766 GetterTy<const DominatorTree> DTGetter = [&](const Function &F) { in run()
769 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run()