Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h662 SmallVector<unsigned, 16> ExecutedResCounts; variable
755 return ExecutedResCounts[ResIdx]; in getResourceCount()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2020 ExecutedResCounts.resize(1); in reset()
2021 assert(!ExecutedResCounts[0] && "nonzero count for bad resource"); in reset()
2053 ExecutedResCounts.resize(ResourceCount); in init()
2337 ExecutedResCounts[PIdx] += Count; in incExecutedResources()
2338 if (ExecutedResCounts[PIdx] > MaxExecutedResCount) in incExecutedResources()
2339 MaxExecutedResCount = ExecutedResCounts[PIdx]; in incExecutedResources()