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

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp130 bool ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping,
251 /// ColorSlotsWithFreeRegs - If there are any free registers available, try
254 StackSlotColoring::ColorSlotsWithFreeRegs(SmallVector<int, 16> &SlotMapping, function in class:StackSlotColoring
408 Changed |= ColorSlotsWithFreeRegs(SlotMapping, RevMap, SlotIsReg);

Completed in 192 milliseconds