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