Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DStackColoring.cpp158 unsigned collectMarkers(unsigned NumSlot);
237 unsigned StackColoring::collectMarkers(unsigned NumSlot) { in collectMarkers() argument
253 BlockInfo.Begin.resize(NumSlot); in collectMarkers()
254 BlockInfo.End.resize(NumSlot); in collectMarkers()