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