Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2167 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) { in setPolicy()
2171 << CurrZone.getCurrCycle() << "c > CritPath " in setPolicy()
2838 SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.getCurrCycle()); in schedNode()
2844 SU->BotReadyCycle = std::max(SU->BotReadyCycle, Bot.getCurrCycle()); in schedNode()
2994 SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.getCurrCycle()); in schedNode()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h652 unsigned getCurrCycle() const { return CurrCycle; } in getCurrCycle() function