Searched refs:LFactor (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1886 static bool checkResourceLimit(unsigned LFactor, unsigned Count, argument
1888 int ResCntFactor = (int)(Count - (Latency * LFactor));
1890 return ResCntFactor >= (int)LFactor;
1892 return ResCntFactor > (int)LFactor;
2475 unsigned LFactor = SchedModel->getLatencyFactor(); local
2478 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c";
2479 dbgs() << "\n Critical: " << ResCount / LFactor << "c, "

Completed in 61 milliseconds