Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp353 void remapInstructions(DenseMap<int, int> &SlotRemap);
365 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
777 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { in remapInstructions() argument
787 if (SlotRemap.count(VI.Slot)) { in remapInstructions()
790 VI.Slot = SlotRemap[VI.Slot]; in remapInstructions()
797 for (const std::pair<int, int> &SI : SlotRemap) { in remapInstructions()
878 if (!SlotRemap.count(FromSlot)) in remapInstructions()
901 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()
912 SlotRemap.count(H.CatchObj.FrameIndex)) in remapInstructions()
913 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; in remapInstructions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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) { in remapInstructions() argument
896 if (SlotRemap.count(VI.Slot)) { in remapInstructions()
899 VI.Slot = SlotRemap[VI.Slot]; in remapInstructions()
910 for (const std::pair<int, int> &SI : SlotRemap) { in remapInstructions()
996 if (!SlotRemap.count(FromSlot)) in remapInstructions()
1019 int ToSlot = SlotRemap[FromSlot]; in remapInstructions()
1072 SlotRemap.count(H.CatchObj.FrameIndex)) in remapInstructions()
1073 H.CatchObj.FrameIndex = SlotRemap[H.CatchObj.FrameIndex]; in remapInstructions()
[all …]