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