Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2661 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
2664 if (std::find_if(Phis.begin(), Phis.end(), LoopInpEq) == Phis.end()) in processLoop()
2686 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop() local
2689 auto F = std::find_if(Phis.begin(), Phis.end(), LoopInpEq); in processLoop()