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.cpp9190 bool ControllingFiniteLoop = ControlsOnlyExit && loopHasNoAbnormalExits(L) && in computeExitLimitFromICmp() local
9211 if (ControllingFiniteLoop && isLoopInvariant(RHS, L)) { in computeExitLimitFromICmp()
9290 if (!EnableFiniteLoopControl || !ControllingFiniteLoop || in computeExitLimitFromICmp()
9325 if (!EnableFiniteLoopControl || !ControllingFiniteLoop || in computeExitLimitFromICmp()