Searched refs:LFactor (Results 1 – 2 of 2) sorted by relevance
2013 unsigned LFactor = SchedModel->getLatencyFactor(); in bumpCycle() local2015 (int)(getCriticalCount() - (getScheduledLatency() * LFactor)) in bumpCycle()2016 > (int)LFactor; in bumpCycle()2174 unsigned LFactor = SchedModel->getLatencyFactor(); in bumpNode() local2176 (int)(getCriticalCount() - (getScheduledLatency() * LFactor)) in bumpNode()2177 > (int)LFactor; in bumpNode()2283 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local2286 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()2287 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()2352 unsigned LFactor = SchedModel->getLatencyFactor(); in setPolicy() local[all …]
1823 static bool checkResourceLimit(unsigned LFactor, unsigned Count, in checkResourceLimit() argument1825 return (int)(Count - (Latency * LFactor)) > (int)LFactor; in checkResourceLimit()2366 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local2369 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()2370 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()