Searched refs:GetDT (Results 1 – 1 of 1) sorted by relevance
115 std::function<DominatorTree &(Function &)> GetDT, in runIPSCCP() argument128 DominatorTree &DT = GetDT(F); in runIPSCCP()395 auto GetDT = [&FAM](Function &F) -> DominatorTree & { in run() local403 if (!runIPSCCP(M, DL, &FAM, GetTLI, GetTTI, GetAC, GetDT, GetBFI, in run()