Searched refs:LFactor (Results 1 – 1 of 1) 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 …]