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

References

include/llvm/CodeGen/MIRYamlMapping.h
  516            AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
  516            AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls &&
  539     YamlIO.mapOptional("hasCalls", MFI.HasCalls, false);
lib/CodeGen/MIRParser/MIRParser.cpp
  642   MFI.setHasCalls(YamlMFI.HasCalls);
lib/CodeGen/MIRPrinter.cpp
  338   YamlMFI.HasCalls = MFI.hasCalls();