Home
last modified time | relevance | path

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

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