Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp537 int FromSlot = MO.getIndex(); in remapInstructions() local
540 if (FromSlot<0) in remapInstructions()
544 if (!SlotRemap.count(FromSlot)) in remapInstructions()
560 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
567 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()