Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp147 unsigned collectMarkers(unsigned NumSlot);
227 unsigned StackColoring::collectMarkers(unsigned NumSlot) { in collectMarkers() argument
242 BlockInfo.Begin.resize(NumSlot); in collectMarkers()
243 BlockInfo.End.resize(NumSlot); in collectMarkers()