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

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp108 int ColorSlot(LiveInterval *li);
231 /// ColorSlot - Assign a "color" (stack slot) to the specified stack slot.
233 int StackSlotColoring::ColorSlot(LiveInterval *li) { function in class:StackSlotColoring
289 int NewSS = ColorSlot(li);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackSlotColoring.cpp128 int ColorSlot(LiveInterval *li);
324 /// ColorSlot - Assign a "color" (stack slot) to the specified stack slot.
326 int StackSlotColoring::ColorSlot(LiveInterval *li) { function in class:StackSlotColoring
383 int NewSS = ColorSlot(li);

Completed in 606 milliseconds