Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp160 void remapInstructions(DenseMap<int, int> &SlotRemap);
172 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
454 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { in remapInstructions() argument
464 if (SlotRemap.count(VI.Slot)) { in remapInstructions()
467 VI.Slot = SlotRemap[VI.Slot]; in remapInstructions()
474 for (const std::pair<int, int> &SI : SlotRemap) { in remapInstructions()
544 if (!SlotRemap.count(FromSlot)) in remapInstructions()
567 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()
620 void StackColoring::expungeSlotMap(DenseMap<int, int> &SlotRemap, in expungeSlotMap() argument
625 if (SlotRemap.count(i)) { in expungeSlotMap()
[all …]