Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp553 const SCEV *LatchLimit = LatchCheck.Limit; in widenICmpRangeCheckIncrementingLoop() local
560 !isLoopInvariantValue(LatchLimit)) { in widenICmpRangeCheckIncrementingLoop()
565 !Expander.isSafeToExpandAt(LatchLimit, Guard)) { in widenICmpRangeCheckIncrementingLoop()
577 LLVM_DEBUG(dbgs() << "LHS: " << *LatchLimit << "\n"); in widenICmpRangeCheckIncrementingLoop()
582 expandCheck(Expander, Guard, LimitCheckPred, LatchLimit, RHS); in widenICmpRangeCheckIncrementingLoop()
597 const SCEV *LatchLimit = LatchCheck.Limit; in widenICmpRangeCheckDecrementingLoop() local
604 !isLoopInvariantValue(LatchLimit)) { in widenICmpRangeCheckDecrementingLoop()
609 !Expander.isSafeToExpandAt(LatchLimit, Guard)) { in widenICmpRangeCheckDecrementingLoop()
632 auto *LimitCheck = expandCheck(Expander, Guard, LimitCheckPred, LatchLimit, in widenICmpRangeCheckDecrementingLoop()