Searched refs:RemainingCounts (Results 1 – 2 of 2) sorted by relevance
607 SmallVector<unsigned, 16> RemainingCounts; member616 RemainingCounts.clear(); in reset()
2559 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()2570 RemainingCounts[PIdx] += in init()2817 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()2945 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()2946 Rem->RemainingCounts[PIdx] -= Count; in countResource()