Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp991 int FromSlot = MO.getIndex(); in remapInstructions() local
994 if (FromSlot<0) in remapInstructions()
998 if (!SlotRemap.count(FromSlot)) in remapInstructions()
1014 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
1021 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()