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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp431 BitVector InterestingSlots; member in class:__anon4662::StackColoring
591 if (!InterestingSlots.test(Slot))
611 if (InterestingSlots.test(Slot) && applyFirstUse(Slot)) {
628 InterestingSlots.clear();
629 InterestingSlots.resize(NumSlot);
637 // Step 1: collect markers and populate the "InterestingSlots"
660 InterestingSlots.set(Slot);

Completed in 171 milliseconds