Searched refs:MaxTrips (Results 1 – 1 of 1) sorted by relevance
259 const SCEV *MaxTrips = SE->getMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop() local260 if (MaxTrips != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()261 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()