Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h995 unsigned getExecutedCount() const { in getExecutedCount() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2915 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()