Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:IssueCount

136   /// IssueCount - Count instructions issued in this cycle
138 unsigned IssueCount;
326 IssueCount = 0;
604 IssueCount = 0;
776 // ReleasePredecessors. In that case, IssueCount should remain 0.
781 ++IssueCount;
783 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))