Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9154 bool ControllingFiniteLoop = ControlsOnlyExit && loopHasNoAbnormalExits(L) && in computeExitLimitFromICmp() local
9177 if (ControllingFiniteLoop && isLoopInvariant(RHS, L)) { in computeExitLimitFromICmp()
9235 if (!EnableFiniteLoopControl || !ControllingFiniteLoop || in computeExitLimitFromICmp()
9270 if (!EnableFiniteLoopControl || !ControllingFiniteLoop || in computeExitLimitFromICmp()