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

References

include/llvm/CodeGen/MIRYamlMapping.h
  525            SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
  525            SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
  553     YamlIO.mapOptional("restorePoint", MFI.RestorePoint,
lib/CodeGen/MIRParser/MIRParser.cpp
  656   if (!YamlMFI.RestorePoint.Value.empty()) {
  658     if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint))
lib/CodeGen/MIRPrinter.cpp
  352     raw_string_ostream StrOS(YamlMFI.RestorePoint.Value);