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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp210 bool pastStart = false; local
211 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) {
213 (includeStart || !pastStart) &&
217 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr;
218 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart);
225 pastStart = true;
230 pastStart = true;

Completed in 60 milliseconds