Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IssueCount

150   /// IssueCount - Count instructions issued in this cycle
152 unsigned IssueCount;
329 IssueCount = 0;
482 IssueCount = 0;
643 // ReleasePredecessors. In that case, IssueCount should remain 0.
648 ++IssueCount;
650 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))