Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp46 auto BoundLG = SE.applyLoopGuards(BoundSCEV, L); in isSafeDecreasingBound() local
49 return SE.isLoopEntryGuardedByCond(L, BoundPred, StartLG, BoundLG); in isSafeDecreasingBound()
60 SE.getMinusSCEV(BoundLG, SE.getOne(BoundLG->getType())); in isSafeDecreasingBound()
63 SE.isLoopEntryGuardedByCond(L, BoundPred, BoundLG, Limit); in isSafeDecreasingBound()
93 auto BoundLG = SE.applyLoopGuards(BoundSCEV, L); in isSafeIncreasingBound() local
96 return SE.isLoopEntryGuardedByCond(L, BoundPred, StartLG, BoundLG); in isSafeIncreasingBound()
107 SE.getAddExpr(BoundLG, Step)) && in isSafeIncreasingBound()
108 SE.isLoopEntryGuardedByCond(L, BoundPred, BoundLG, Limit)); in isSafeIncreasingBound()