Searched refs:NumBottomReady (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp473 unsigned NumBottomReady; member in class:__anon7374::ConvergingScheduler
490 if (ForceTopDown || (!ForceBottomUp && NumTopReady <= NumBottomReady)) {
503 assert(NumBottomReady > 0 && "bad ready count");
504 --NumBottomReady;
513 ++NumBottomReady;

Completed in 1066 milliseconds