Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9110 bool ControllingFiniteLoop = ControlsOnlyExit && loopHasNoAbnormalExits(L) && in computeExitLimitFromICmp() local
9133 if (ControllingFiniteLoop && isLoopInvariant(RHS, L)) { in computeExitLimitFromICmp()
9191 if (!EnableFiniteLoopControl || !ControllingFiniteLoop || in computeExitLimitFromICmp()
9209 if (!EnableFiniteLoopControl || !ControllingFiniteLoop || in computeExitLimitFromICmp()