Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp259 const SCEV *MaxTrips = SE->getMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop() local
260 if (MaxTrips != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
261 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()