Searched refs:LoopInpEq (Results 1 – 1 of 1) sorted by relevance
3244 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local3247 if (llvm::none_of(Phis, LoopInpEq)) in processLoop()3268 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local3271 auto F = llvm::find_if(Phis, LoopInpEq); in processLoop()