Searched refs:RemainingCounts (Results 1 – 4 of 4) sorted by relevance
553 SmallVector<unsigned, 16> RemainingCounts; member560 RemainingCounts.clear(); in reset()
594 SmallVector<unsigned, 16> RemainingCounts; member603 RemainingCounts.clear(); in reset()
1865 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()1875 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()2013 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()2113 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()2114 Rem->RemainingCounts[PIdx] -= Count; in countResource()
1790 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()1801 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()1928 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()2043 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()2044 Rem->RemainingCounts[PIdx] -= Count; in countResource()