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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h453 bool isTopReady() const { function in class:llvm::SUnit
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp669 if (SU->isTopReady())
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp680 assert(SU->isTopReady() && "node still has unscheduled dependencies");
2415 if (SU->isTopReady())

Completed in 135 milliseconds