Searched refs:LoopInpEq (Results 1 – 1 of 1) sorted by relevance
2656 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local2659 if (std::find_if(Phis.begin(), Phis.end(), LoopInpEq) == Phis.end()) in processLoop()2681 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local2684 auto F = std::find_if(Phis.begin(), Phis.end(), LoopInpEq); in processLoop()