Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h449 bool isBottomReady() const { in isBottomReady() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp984 if (SU->isBottomReady()) in pickNode()
H A DMachineScheduler.cpp814 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in schedule()
1445 assert(SU->isBottomReady() && "node still has unscheduled dependencies"); in scheduleMI()
3463 if (SU->isBottomReady()) in pickNode()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp336 if (SU->isBottomReady()) in pickNode()