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

References

include/llvm/CodeGen/MachineFunction.h
  572     if (!MFInfo)
  573       MFInfo = Ty::template create<Ty>(Allocator, *this);
  574     return static_cast<Ty*>(MFInfo);
lib/CodeGen/MachineFunction.cpp
  162   MFInfo = nullptr;
  231   if (MFInfo) {
  232     MFInfo->~MachineFunctionInfo();
  233     Allocator.Deallocate(MFInfo);