Searched defs:GetDT (Results 1 – 1 of 1) sorted by relevance
115 std::function<DominatorTree &(Function &)> GetDT, in runIPSCCP()395 auto GetDT = [&FAM](Function &F) -> DominatorTree & { in run() local