Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h986 unsigned getCriticalCount() const { in getCriticalCount() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2618 checkResourceLimit(SchedModel->getLatencyFactor(), getCriticalCount(), in bumpCycle()
2657 if (ZoneCritResIdx != PIdx && (getResourceCount(PIdx) > getCriticalCount())) { in countResource()
2813 checkResourceLimit(SchedModel->getLatencyFactor(), getCriticalCount(), in bumpNode()