Home
last modified time | relevance | path

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

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