Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp1040 int FromSlot = MO.getIndex(); in remapInstructions() local
1043 if (FromSlot<0) in remapInstructions()
1047 if (!SlotRemap.count(FromSlot)) in remapInstructions()
1063 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
1070 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()