Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp148 unsigned collectMarkers(unsigned NumSlot);
228 unsigned StackColoring::collectMarkers(unsigned NumSlot) { in collectMarkers() argument
243 BlockInfo.Begin.resize(NumSlot); in collectMarkers()
244 BlockInfo.End.resize(NumSlot); in collectMarkers()