Lines Matching defs:Gap
1519 for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
1521 while (Uses[Gap+1].getBoundaryIndex() < IntI.start())
1522 if (++Gap == NumGaps)
1524 if (Gap == NumGaps)
1529 for (; Gap != NumGaps; ++Gap) {
1530 GapWeight[Gap] = std::max(GapWeight[Gap], weight);
1531 if (Uses[Gap+1].getBaseIndex() >= IntI.stop())
1534 if (Gap == NumGaps)
1546 for (unsigned Gap = 0; I != E && I->start < StopIdx; ++I) {
1547 while (Uses[Gap+1].getBoundaryIndex() < I->start)
1548 if (++Gap == NumGaps)
1550 if (Gap == NumGaps)
1553 for (; Gap != NumGaps; ++Gap) {
1554 GapWeight[Gap] = huge_valf;
1555 if (Uses[Gap+1].getBaseIndex() >= I->end)
1558 if (Gap == NumGaps)
1665 for (unsigned Gap : RegMaskGaps)
1666 GapWeight[Gap] = huge_valf;