Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp290 BitVector InterestingSlots; member in __anon1f3233290111::StackColoring
453 if (!InterestingSlots.test(Slot)) in isLifetimeStartOrEnd()
473 if (InterestingSlots.test(Slot) && applyFirstUse(Slot)) { in isLifetimeStartOrEnd()
491 InterestingSlots.clear(); in collectMarkers()
492 InterestingSlots.resize(NumSlot); in collectMarkers()
524 InterestingSlots.set(Slot); in collectMarkers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp431 BitVector InterestingSlots; member in __anonc65c1c610111::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()