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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp121 int ColorSlot(LiveInterval *li);
268 /// ColorSlot - Assign a "color" (stack slot) to the specified stack slot.
269 int StackSlotColoring::ColorSlot(LiveInterval *li) { function in class:StackSlotColoring
335 int NewSS = ColorSlot(li);

Completed in 117 milliseconds