Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackColoring.cpp459 BitVector InterestingSlots; member in __anon9bafa0030111::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()