Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h601 SmallVector<unsigned, 16> RemainingCounts; member
610 RemainingCounts.clear(); in reset()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1902 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()
1912 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()
2050 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()
2150 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()
2151 Rem->RemainingCounts[PIdx] -= Count; in countResource()