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

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp170 void remapInstructions(DenseMap<int, int> &SlotRemap);
182 void expungeSlotMap(DenseMap<int, int> &SlotRemap, unsigned NumSlots);
480 void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) { argument
493 if (SlotRemap.count(VP.first)) {
495 VP.first = SlotRemap[VP.first];
502 for (DenseMap<int, int>::const_iterator it = SlotRemap.begin(),
503 e = SlotRemap.end(); it != e; ++it) {
562 if (!SlotRemap.count(FromSlot))
585 int ToSlot = SlotRemap[FromSlot];
643 void StackColoring::expungeSlotMap(DenseMap<int, int> &SlotRemap, argument
723 DenseMap<int, int> SlotRemap; local
[all...]

Completed in 69 milliseconds