Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp738 Increasing ? SR.LowLimit.has_value() : SR.HighLimit.has_value(); in run()
740 Increasing ? SR.HighLimit.has_value() : SR.LowLimit.has_value(); in run()
752 else if (cannotBeMinInLoop(*SR.HighLimit, &OriginalLoop, SE, in run()
754 ExitPreLoopAtSCEV = SE.getAddExpr(*SR.HighLimit, MinusOneS); in run()
758 << *(*SR.HighLimit) << "\n"); in run()
778 ExitMainLoopAtSCEV = *SR.HighLimit; in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h106 std::optional<const SCEV *> HighLimit; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp642 Result.HighLimit = Clamp(Range.getEnd()); in calculateSubRanges()