Searched refs:pastStart (Results 1 – 2 of 2) sorted by relevance
173 bool pastStart = false; in repairIndexesInRange() local174 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()176 (includeStart || !pastStart) && in repairIndexesInRange()180 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; in repairIndexesInRange()181 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()188 pastStart = true; in repairIndexesInRange()193 pastStart = true; in repairIndexesInRange()
215 bool pastStart = false; in repairIndexesInRange() local216 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()218 (includeStart || !pastStart) && in repairIndexesInRange()222 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; in repairIndexesInRange()223 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()230 pastStart = true; in repairIndexesInRange()235 pastStart = true; in repairIndexesInRange()