Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp210 bool pastStart = false; in repairIndexesInRange() local
211 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()