Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp450 const SCEV *MaxTrips = SE->getConstantMaxBackedgeTakenCount(L); in mustBeFiniteCountedLoop() local
451 if (!isa<SCEVCouldNotCompute>(MaxTrips) && in mustBeFiniteCountedLoop()
452 SE->getUnsignedRange(MaxTrips).getUnsignedMax().isIntN( in mustBeFiniteCountedLoop()