Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp498 unsigned collectMarkers(unsigned NumSlot);
656 unsigned StackColoring::collectMarkers(unsigned NumSlot) { in collectMarkers() argument
660 InterestingSlots.resize(NumSlot); in collectMarkers()
662 ConservativeSlots.resize(NumSlot); in collectMarkers()
664 StoreSlots.resize(NumSlot); in collectMarkers()
667 SmallVector<int, 8> NumStartLifetimes(NumSlot, 0); in collectMarkers()
668 SmallVector<int, 8> NumEndLifetimes(NumSlot, 0); in collectMarkers()
669 SmallVector<int, 8> NumLoadInCatchPad(NumSlot, 0); in collectMarkers()
678 BetweenStartEnd.resize(NumSlot); in collectMarkers()
745 for (unsigned slot = 0; slot < NumSlot; ++slot) { in collectMarkers()
[all …]