Searched refs:GetterTy (Results 1 – 2 of 2) sorted by relevance
35 template <typename T> using GetterTy = std::function<T *(const Function &F)>; variable403 GetterTy<const LoopInfo> LIGetter =405 GetterTy<const DominatorTree> DTGetter =407 GetterTy<const PostDominatorTree> PDTGetter =525 GetterTy<const LoopInfo> LIGetter;526 GetterTy<const DominatorTree> DTGetter;527 GetterTy<const PostDominatorTree> PDTGetter;
755 GetterTy<const LoopInfo> LIGetter = [&](const Function &F) { in run()758 GetterTy<const DominatorTree> DTGetter = [&](const Function &F) { in run()761 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run()