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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp190 bool includeStart = (Begin == MBB->begin()); local
192 if (includeStart)
205 // by the includeStart flag. This is done so that we can iterate MIs in a MBB
211 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) {
213 (includeStart || !pastStart) &&
218 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart);

Completed in 48 milliseconds