Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewDelta

1684   const SCEV *NewDelta =
1688 // really check NewDelta < count*AbsCoeff
1692 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1697 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1709 // really check that NewDelta >= 0
1710 if (SE->isKnownNegative(NewDelta)) {
1711 // No dependence, newDelta < 0
1794 const SCEV *NewDelta =
1798 // really check NewDelta < count*AbsCoeff
1802 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1807 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1819 // really check that NewDelta >= 0
1820 if (SE->isKnownNegative(NewDelta)) {
1821 // No dependence, newDelta < 0