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

References

include/llvm/CodeGen/MachineFunction.h
  564   const MachineFunctionProperties &getProperties() const { return Properties; }
  565   MachineFunctionProperties &getProperties() { return Properties; }
lib/CodeGen/MachineFunction.cpp
  155   Properties.set(MachineFunctionProperties::Property::IsSSA);
  156   Properties.set(MachineFunctionProperties::Property::TracksLiveness);
  213   Properties.reset();