Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp500 unsigned collectMarkers(unsigned NumSlot);
658 unsigned StackColoring::collectMarkers(unsigned NumSlot) { in collectMarkers() argument
662 InterestingSlots.resize(NumSlot); in collectMarkers()
664 ConservativeSlots.resize(NumSlot); in collectMarkers()
666 StoreSlots.resize(NumSlot); in collectMarkers()
669 SmallVector<int, 8> NumStartLifetimes(NumSlot, 0); in collectMarkers()
670 SmallVector<int, 8> NumEndLifetimes(NumSlot, 0); in collectMarkers()
671 SmallVector<int, 8> NumLoadInCatchPad(NumSlot, 0); in collectMarkers()
680 BetweenStartEnd.resize(NumSlot); in collectMarkers()
745 for (unsigned slot = 0; slot < NumSlot; ++slot) { in collectMarkers()
[all …]