Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewDelta

1617   const SCEV *NewDelta =
1621 // really check NewDelta < count*AbsCoeff
1625 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1630 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1642 // really check that NewDelta >= 0
1643 if (SE->isKnownNegative(NewDelta)) {
1644 // No dependence, newDelta < 0
1727 const SCEV *NewDelta =
1731 // really check NewDelta < count*AbsCoeff
1735 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1740 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1752 // really check that NewDelta >= 0
1753 if (SE->isKnownNegative(NewDelta)) {
1754 // No dependence, newDelta < 0