Searched defs:Starts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp354 SmallVector<SlotIndex, 16> Starts; local
361 Starts.clear();
362 Starts.resize(NumSlots);
385 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex)
386 Starts[Slot] = ThisIndex;
400 if (!Starts[pos].isValid())
401 Starts[pos] = Indexes->getMBBStartIdx(MBB);
408 assert(Starts[i].isValid() == Finishes[i].isValid() && "Unmatched range");
409 if (!Starts[
[all...]

Completed in 17 milliseconds