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

References

include/llvm/CodeGen/MIRYamlMapping.h
  612     YamlIO.mapOptional("liveins", MF.LiveIns,
lib/CodeGen/MIRParser/MIRParser.cpp
  543   for (const auto &LiveIn : YamlMF.LiveIns) {
lib/CodeGen/MIRPrinter.cpp
  311     MF.LiveIns.push_back(LiveIn);