Searched refs:LatchLimit (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 584 const SCEV *LatchLimit = LatchCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local 591 !isLoopInvariantValue(LatchLimit)) { in widenICmpRangeCheckIncrementingLoop() 596 !Expander.isSafeToExpandAt(LatchLimit, Guard)) { in widenICmpRangeCheckIncrementingLoop() 608 LLVM_DEBUG(dbgs() << "LHS: " << *LatchLimit << "\n"); in widenICmpRangeCheckIncrementingLoop() 613 expandCheck(Expander, Guard, LimitCheckPred, LatchLimit, RHS); in widenICmpRangeCheckIncrementingLoop() 627 const SCEV *LatchLimit = LatchCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local 634 !isLoopInvariantValue(LatchLimit)) { in widenICmpRangeCheckDecrementingLoop() 639 !Expander.isSafeToExpandAt(LatchLimit, Guard)) { in widenICmpRangeCheckDecrementingLoop() 662 auto *LimitCheck = expandCheck(Expander, Guard, LimitCheckPred, LatchLimit, in widenICmpRangeCheckDecrementingLoop()
|