Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1975 static bool checkResourceLimit(unsigned LFactor, unsigned Count, in checkResourceLimit() argument
1977 int ResCntFactor = (int)(Count - (Latency * LFactor)); in checkResourceLimit()
1979 return ResCntFactor >= (int)LFactor; in checkResourceLimit()
1981 return ResCntFactor > (int)LFactor; in checkResourceLimit()
2604 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local
2607 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()
2608 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()