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

References

lib/CodeGen/LocalStackSlotAllocation.cpp
  346   for (int ref = 0, e = FrameReferenceInsns.size(); ref < e ; ++ref) {
  346   for (int ref = 0, e = FrameReferenceInsns.size(); ref < e ; ++ref) {
  347     FrameRef &FR = FrameReferenceInsns[ref];
  403       if (ref + 1 >= e ||
  406               FrameReferenceInsns[ref + 1].getLocalOffset(),
  407               *FrameReferenceInsns[ref + 1].getMachineInstr(), TRI)) {