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

References

lib/CodeGen/MachineTraceMetrics.cpp
  529     WorkList.push_back(BadMBB);
  531       const MachineBasicBlock *MBB = WorkList.pop_back_val();
  542           WorkList.push_back(Pred);
  548     } while (!WorkList.empty());
  554     WorkList.push_back(BadMBB);
  556       const MachineBasicBlock *MBB = WorkList.pop_back_val();
  567           WorkList.push_back(Succ);
  573     } while (!WorkList.empty());