Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp871 int FromSlot = MO.getIndex(); in remapInstructions() local
874 if (FromSlot<0) in remapInstructions()
878 if (!SlotRemap.count(FromSlot)) in remapInstructions()
894 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
901 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp989 int FromSlot = MO.getIndex(); in remapInstructions() local
992 if (FromSlot<0) in remapInstructions()
996 if (!SlotRemap.count(FromSlot)) in remapInstructions()
1012 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
1019 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()