Home
last modified time | relevance | path

Searched refs:LoopInpEq (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp3245 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
3248 if (llvm::find_if(Phis, LoopInpEq) == Phis.end()) in processLoop()
3270 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
3273 auto F = llvm::find_if(Phis, LoopInpEq); in processLoop()