Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h593 SmallVector<unsigned, 16> RemainingCounts; member
602 RemainingCounts.clear(); in reset()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2029 RemainingCounts.resize(SchedModel->getNumProcResourceKinds()); in init()
2039 RemainingCounts[PIdx] += (Factor * PI->Cycles); in init()
2249 unsigned OtherCount = getResourceCount(PIdx) + Rem->RemainingCounts[PIdx]; in getOtherResourceCount()
2358 assert(Rem->RemainingCounts[PIdx] >= Count && "resource double counted"); in countResource()
2359 Rem->RemainingCounts[PIdx] -= Count; in countResource()