Searched refs:pastStart (Results 1 – 1 of 1) sorted by relevance
178 bool pastStart = false; in repairIndexesInRange() local179 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()181 (includeStart || !pastStart) && in repairIndexesInRange()185 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? MBBI : nullptr; in repairIndexesInRange()186 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()193 pastStart = true; in repairIndexesInRange()198 pastStart = true; in repairIndexesInRange()