Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h471 bool isBottomReady() const { in isBottomReady() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp981 if (SU->isBottomReady()) in pickNode()
H A DMachineScheduler.cpp1119 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in schedule()
1937 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in scheduleMI()
4218 if (SU->isBottomReady()) in pickNode()
4569 if (SU->isBottomReady()) in pickNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp484 if (SU->isBottomReady()) in pickNode()