reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocFast.cpp
  249   int SS = StackSlotForVirtReg[VirtReg];
  261   StackSlotForVirtReg[VirtReg] = FrameIdx;
  357   if (StackSlotForVirtReg[MO.getReg()] != -1)
 1227     int SS = StackSlotForVirtReg[Reg];
 1308   StackSlotForVirtReg.resize(NumVirtRegs);
 1321   StackSlotForVirtReg.clear();