Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp532 void remapInstructions(DenseMap<int, int> &SlotRemap);
544 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
931 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { in remapInstructions() argument
940 if (SlotRemap.count(VI.Slot)) { in remapInstructions()
943 VI.Slot = SlotRemap[VI.Slot]; in remapInstructions()
954 for (const std::pair<int, int> &SI : SlotRemap) { in remapInstructions()
1047 if (!SlotRemap.count(FromSlot)) in remapInstructions()
1070 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()
1084 auto To = SlotRemap.find(FI); in remapInstructions()
1085 if (To != SlotRemap.end()) in remapInstructions()
[all …]