Searched refs:RemainingCounts (Results 1 – 2 of 2) sorted by relevance
599 SmallVector<unsigned, 16> RemainingCounts; member608 RemainingCounts.clear(); in reset()
2245 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()2256 RemainingCounts[PIdx] += in init()2497 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()2611 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()2612 Rem->RemainingCounts[PIdx] -= Count; in countResource()