Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1981 static bool checkResourceLimit(unsigned LFactor, unsigned Count, in checkResourceLimit() argument
1983 int ResCntFactor = (int)(Count - (Latency * LFactor)); in checkResourceLimit()
1985 return ResCntFactor >= (int)LFactor; in checkResourceLimit()
1987 return ResCntFactor > (int)LFactor; in checkResourceLimit()
2632 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local
2635 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()
2636 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()