Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp461 BitVector InterestingSlots; member in __anon034ec13b0111::StackColoring
624 if (!InterestingSlots.test(Slot)) in isLifetimeStartOrEnd()
644 if (InterestingSlots.test(Slot) && applyFirstUse(Slot)) { in isLifetimeStartOrEnd()
661 InterestingSlots.clear(); in collectMarkers()
662 InterestingSlots.resize(NumSlot); in collectMarkers()
695 InterestingSlots.set(Slot); in collectMarkers()