Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExpectedLatency

1673   ExpectedLatency = 0;
2061 // Update ExpectedLatency and DependentLatency.
2062 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency;
2063 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency;
2079 // After updating ZoneCritResIdx and ExpectedLatency, check if we're
2192 << "\n ExpectedLatency: " << ExpectedLatency << "c\n"