Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h446 bool isTopReady() const { in isTopReady() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp303 if (SU->isTopReady()) in pickNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp977 if (SU->isTopReady()) in pickNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp784 assert(SU->isTopReady() && "node still has unscheduled dependencies"); in schedule()
1394 assert(SU->isTopReady() && "node still has unscheduled dependencies"); in scheduleMI()
3245 if (SU->isTopReady()) in pickNode()