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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h470 bool isBottomReady() const { function
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp672 if (SU->isBottomReady())
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp680 assert(SU->isBottomReady() && "node still has unscheduled dependencies");
1190 assert(SU->isBottomReady() && "node still has unscheduled dependencies");
2797 if (SU->isBottomReady())

Completed in 1946 milliseconds