Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h464 bool isTopReady() const { in isTopReady() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp982 if (SU->isTopReady()) in pickNode()
H A DMachineScheduler.cpp870 assert(SU->isTopReady() && "node still has unscheduled dependencies"); in schedule()
1656 assert(SU->isTopReady() && "node still has unscheduled dependencies"); in scheduleMI()
3795 if (SU->isTopReady()) in pickNode()
4120 if (SU->isTopReady()) in pickNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp437 if (SU->isTopReady()) in pickNode()