Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:IssueCount

162   /// IssueCount - Count instructions issued in this cycle
164 unsigned IssueCount;
354 IssueCount = 0;
628 IssueCount = 0;
799 // ReleasePredecessors. In that case, IssueCount should remain 0.
804 ++IssueCount;
806 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))