HomeSort by relevance Sort by last modified time
    Searched refs:ColorSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 108 int ColorSlot(LiveInterval *li);
231 /// ColorSlot - Assign a "color" (stack slot) to the specified stack slot.
233 int StackSlotColoring::ColorSlot(LiveInterval *li) {
289 int NewSS = ColorSlot(li);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 128 int ColorSlot(LiveInterval *li);
324 /// ColorSlot - Assign a "color" (stack slot) to the specified stack slot.
326 int StackSlotColoring::ColorSlot(LiveInterval *li) {
383 int NewSS = ColorSlot(li);

Completed in 1000 milliseconds