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

References

lib/Target/ARM/ARMFrameLowering.cpp
  454     GPRCS1Push = LastPush = MBBI++;
  455     DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true);
  479     GPRCS2Push = LastPush = MBBI++;
  480     DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size);
  487     if (LastPush != MBB.end() &&
  488         tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize))
  489       DefCFAOffsetCandidates.addExtraBytes(LastPush, DPRGapSize);
  503       LastPush = MBBI++;
  568         tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, NumBytes))
  569       DefCFAOffsetCandidates.addExtraBytes(LastPush, NumBytes);
  683     MachineBasicBlock::iterator Pos = std::next(LastPush);