Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDPlaceSafepoints.cpp277 const SCEV *MaxExec = SE->getExitCount(L, Pred); in mustBeFiniteCountedLoop() local
278 if (MaxExec != SE->getCouldNotCompute()) { in mustBeFiniteCountedLoop()
279 if (SE->getUnsignedRange(MaxExec).getUnsignedMax().ult(upperTripBound)) in mustBeFiniteCountedLoop()
282 SE->getUnsignedRange(MaxExec).getUnsignedMax().isIntN(32)) in mustBeFiniteCountedLoop()