Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1012 int FromSlot = MO.getIndex(); in remapInstructions() local
1015 if (FromSlot<0) in remapInstructions()
1019 if (!SlotRemap.count(FromSlot)) in remapInstructions()
1035 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
1042 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()