Home
last modified time | relevance | path

Searched refs:isBottomReady (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h449 bool isBottomReady() const { in isBottomReady() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp283 if (SU->isBottomReady()) in pickNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp979 if (SU->isBottomReady()) in pickNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp807 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in schedule()
1440 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in scheduleMI()
3430 if (SU->isBottomReady()) in pickNode()