Home
last modified time | relevance | path

Searched refs:RemainingCounts (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h599 SmallVector<unsigned, 16> RemainingCounts; member
608 RemainingCounts.clear(); in reset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2245 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()