Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp500 unsigned collectMarkers(unsigned NumSlot);
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()
764 BlockInfo.Begin.resize(NumSlot); in collectMarkers()
[all …]