Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitSimplify.cpp3242 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
3245 if (llvm::find_if(Phis, LoopInpEq) == Phis.end()) in processLoop()
3267 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
3270 auto F = llvm::find_if(Phis, LoopInpEq); in processLoop()