Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp154 bool ColorSlots(MachineFunction &MF);
367 bool StackSlotColoring::ColorSlots(MachineFunction &MF) { in ColorSlots() function in StackSlotColoring
549 Changed = ColorSlots(MF); in run()