Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2013 unsigned LFactor = SchedModel->getLatencyFactor(); in bumpCycle() local
2015 (int)(getCriticalCount() - (getScheduledLatency() * LFactor)) in bumpCycle()
2016 > (int)LFactor; in bumpCycle()
2174 unsigned LFactor = SchedModel->getLatencyFactor(); in bumpNode() local
2176 (int)(getCriticalCount() - (getScheduledLatency() * LFactor)) in bumpNode()
2177 > (int)LFactor; in bumpNode()
2283 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local
2286 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 …]