Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp246 const SCEV *MaxTrips = SE->getConstantMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop() local
247 if (!isa<SCEVCouldNotCompute>(MaxTrips) && in mustBeFiniteCountedLoop()
248 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()