Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackColoring.cpp459 BitVector InterestingSlots; member in __anon90137c370111::StackColoring
622 if (!InterestingSlots.test(Slot)) in isLifetimeStartOrEnd()
642 if (InterestingSlots.test(Slot) && applyFirstUse(Slot)) { in isLifetimeStartOrEnd()
659 InterestingSlots.clear(); in collectMarkers()
660 InterestingSlots.resize(NumSlot); in collectMarkers()
695 InterestingSlots.set(Slot); in collectMarkers()