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

References

lib/CodeGen/MachineTraceMetrics.cpp
   66   MF = &Func;
   67   const TargetSubtargetInfo &ST = MF->getSubtarget();
   70   MRI = &MF->getRegInfo();
   73   BlockInfo.resize(MF->getNumBlockIDs());
   74   ProcResourceCycles.resize(MF->getNumBlockIDs() *
   80   MF = nullptr;
  406   if (!MF)
  409   assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size");
  587   assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() &&
  592       const MachineBasicBlock *MBB = MTM.MF->getBlockNumbered(Num);
  600       const MachineBasicBlock *MBB = MTM.MF->getBlockNumbered(Num);
 1182   const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum());