Searched refs:GetterTy (Results 1 – 2 of 2) sorted by relevance
36 template <typename T> using GetterTy = std::function<T *(const Function &F)>; variable405 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;
763 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()