Searched refs:ExitMainLoopAtSCEV (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1473 const SCEV *ExitMainLoopAtSCEV = nullptr; local
1476 ExitMainLoopAtSCEV = *SR.HighLimit;
1479 ExitMainLoopAtSCEV = SE.getAddExpr(*SR.LowLimit, MinusOneS);
1487 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) {
1489 << " main loop exit limit " << *ExitMainLoopAtSCEV
1495 ExitMainLoopAt = Expander.expandCodeFor(ExitMainLoopAtSCEV, IVTy, InsertPt);

Completed in 163 milliseconds