Searched refs:pastStart (Results 1 – 3 of 3) 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()
211 bool pastStart = false; in repairIndexesInRange() local212 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()214 (includeStart || !pastStart) && in repairIndexesInRange()218 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; in repairIndexesInRange()219 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()226 pastStart = true; in repairIndexesInRange()231 pastStart = true; in repairIndexesInRange()
210 bool pastStart = false; in repairIndexesInRange() local211 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()213 (includeStart || !pastStart) && in repairIndexesInRange()217 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; in repairIndexesInRange()218 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()225 pastStart = true; in repairIndexesInRange()230 pastStart = true; in repairIndexesInRange()