Lines Matching defs:Gap
1522 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
1524 while (Uses[Gap+1].getBoundaryIndex() < IntI.start())
1525 if (++Gap == NumGaps)
1527 if (Gap == NumGaps)
1532 for (; Gap != NumGaps; ++Gap) {
1533 GapWeight[Gap] = std::max(GapWeight[Gap], weight);
1534 if (Uses[Gap+1].getBaseIndex() >= IntI.stop())
1537 if (Gap == NumGaps)
1549 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) {
1550 while (Uses[Gap+1].getBoundaryIndex() < I->start)
1551 if (++Gap == NumGaps)
1553 if (Gap == NumGaps)
1556 for (; Gap != NumGaps; ++Gap) {
1557 GapWeight[Gap] = huge_valf;
1558 if (Uses[Gap+1].getBaseIndex() >= I->end)
1561 if (Gap == NumGaps)
1668 for (unsigned Gap : RegMaskGaps)
1669 GapWeight[Gap] = huge_valf;