Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DStackColoring.cpp557 int FromSlot = MO.getIndex(); in remapInstructions() local
560 if (FromSlot<0) in remapInstructions()
564 if (!SlotRemap.count(FromSlot)) in remapInstructions()
580 LiveInterval *Interval = Intervals[FromSlot]; in remapInstructions()
587 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()