Home
last modified time | relevance | path

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

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