Home
last modified time | relevance | path

Searched refs:pastStart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp214 bool pastStart = false; in repairIndexesInRange() local
215 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()
217 (includeStart || !pastStart) && in repairIndexesInRange()
221 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; in repairIndexesInRange()
222 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()
229 pastStart = true; in repairIndexesInRange()
234 pastStart = true; in repairIndexesInRange()