Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp467 unsigned collectMarkers(unsigned NumSlot);
625 unsigned StackColoring::collectMarkers(unsigned NumSlot) { in collectMarkers() argument
629 InterestingSlots.resize(NumSlot); in collectMarkers()
631 ConservativeSlots.resize(NumSlot); in collectMarkers()
634 SmallVector<int, 8> NumStartLifetimes(NumSlot, 0); in collectMarkers()
635 SmallVector<int, 8> NumEndLifetimes(NumSlot, 0); in collectMarkers()
644 BetweenStartEnd.resize(NumSlot); in collectMarkers()
702 for (unsigned slot = 0; slot < NumSlot; ++slot) in collectMarkers()
719 BlockInfo.Begin.resize(NumSlot); in collectMarkers()
720 BlockInfo.End.resize(NumSlot); in collectMarkers()