Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp431 BitVector InterestingSlots; member in __anon2a89f04c0111::StackColoring
591 if (!InterestingSlots.test(Slot)) in isLifetimeStartOrEnd()
611 if (InterestingSlots.test(Slot) && applyFirstUse(Slot)) { in isLifetimeStartOrEnd()
628 InterestingSlots.clear(); in collectMarkers()
629 InterestingSlots.resize(NumSlot); in collectMarkers()
660 InterestingSlots.set(Slot); in collectMarkers()