Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp3275 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
3278 if (llvm::none_of(Phis, LoopInpEq)) in processLoop()
3299 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
3302 auto F = llvm::find_if(Phis, LoopInpEq); in processLoop()