Searched refs:BoundPred (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 42 ICmpInst::Predicate BoundPred = in isSafeDecreasingBound() local 49 return SE.isLoopEntryGuardedByCond(L, BoundPred, StartLG, BoundLG); in isSafeDecreasingBound() 62 return SE.isLoopEntryGuardedByCond(L, BoundPred, StartLG, MinusOne) && in isSafeDecreasingBound() 63 SE.isLoopEntryGuardedByCond(L, BoundPred, BoundLG, Limit); in isSafeDecreasingBound() 89 ICmpInst::Predicate BoundPred = in isSafeIncreasingBound() local 96 return SE.isLoopEntryGuardedByCond(L, BoundPred, StartLG, BoundLG); in isSafeIncreasingBound() 106 return (SE.isLoopEntryGuardedByCond(L, BoundPred, StartLG, in isSafeIncreasingBound() 108 SE.isLoopEntryGuardedByCond(L, BoundPred, BoundLG, Limit)); in isSafeIncreasingBound()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 814 ICmpInst::Predicate BoundPred = isSafeDecreasingBound() local 861 ICmpInst::Predicate BoundPred = isSafeIncreasingBound() local
|