Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp161 void remapInstructions(DenseMap<int, int> &SlotRemap);
173 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
455 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { in remapInstructions() argument
465 if (SlotRemap.count(VI.Slot)) { in remapInstructions()
468 VI.Slot = SlotRemap[VI.Slot]; in remapInstructions()
475 for (const std::pair<int, int> &SI : SlotRemap) { in remapInstructions()
545 if (!SlotRemap.count(FromSlot)) in remapInstructions()
568 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()
621 void StackColoring::expungeSlotMap(DenseMap<int, int> &SlotRemap, in expungeSlotMap() argument
626 if (SlotRemap.count(i)) { in expungeSlotMap()
[all …]