Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2500 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()
2504 if (CurrZone.getCurrCycle() == 0) in shouldReduceLatency()
2510 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()
2546 << CurrZone.getCurrCycle() << "c > CritPath " in setPolicy()
3288 SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.getCurrCycle()); in schedNode()
3293 SU->BotReadyCycle = std::max(SU->BotReadyCycle, Bot.getCurrCycle()); in schedNode()
3451 SU->TopReadyCycle = std::max(SU->TopReadyCycle, Top.getCurrCycle()); in schedNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h700 unsigned getCurrCycle() const { return CurrCycle; } in getCurrCycle() function