Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:overlaps

496       if (LIS->hasInterval(*AS) && IntA.overlaps(LIS->getInterval(*AS))) {
727 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
1589 bool Overlaps;
1591 Overlaps = I->end > J->start;
1593 Overlaps = J->end > I->start;
1597 if (Overlaps) {