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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp499 void remapInstructions(DenseMap<int, int> &SlotRemap);
511 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
887 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { argument
896 if (SlotRemap.count(VI.Slot)) {
899 VI.Slot = SlotRemap[VI.Slot];
910 for (const std::pair<int, int> &SI : SlotRemap) {
1003 if (!SlotRemap.count(FromSlot))
1026 int ToSlot = SlotRemap[FromSlot];
1040 auto To = SlotRemap.find(FI);
1041 if (To != SlotRemap
1146 expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots) argument
1232 DenseMap<int, int> SlotRemap; local
[all...]

Completed in 108 milliseconds