Searched refs:RemainingCounts (Results 1 – 2 of 2) sorted by relevance
535 SmallVector<unsigned, 16> RemainingCounts; member542 RemainingCounts.clear(); in reset()
1623 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()1634 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()1761 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()1876 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()1877 Rem->RemainingCounts[PIdx] -= Count; in countResource()