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

Declarations

include/llvm/CodeGen/MachineTraceMetrics.h
  345     const MachineLoop *getLoopFor(const MachineBasicBlock*) const;

References

lib/CodeGen/MachineTraceMetrics.cpp
  328   const MachineLoop *CurLoop = getLoopFor(MBB);
  356   const MachineLoop *CurLoop = getLoopFor(MBB);
  364     if (isExitingLoop(CurLoop, getLoopFor(Succ)))
  596       const MachineLoop *Loop = getLoopFor(MBB);
  604       const MachineLoop *Loop = getLoopFor(MBB);
  605       const MachineLoop *SuccLoop = getLoopFor(TBI.Succ);
 1069       if (const MachineLoop *Loop = getLoopFor(MBB))