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

References

lib/CodeGen/MIRPrinter.cpp
  347   if (MFI.getSavePoint()) {
  349     StrOS << printMBBReference(*MFI.getSavePoint());
lib/CodeGen/PrologEpilogInserter.cpp
  358   if (MFI.getSavePoint()) {
  359     SaveBlocks.push_back(MFI.getSavePoint());
  472   MachineBasicBlock *Save = MFI.getSavePoint();
lib/Target/AMDGPU/SILowerSGPRSpills.cpp
  162   if (MFI.getSavePoint()) {
  163     SaveBlocks.push_back(MFI.getSavePoint());
lib/Target/PowerPC/PPCFrameLowering.cpp
 1854   if (MFI.getSavePoint() && MFI.hasTailCall()) {