Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp68 int getReadySuccessors(const SUnit *SU) const;
92 int GCNMinRegScheduler::getReadySuccessors(const SUnit *SU) const { in getReadySuccessors() function in GCNMinRegScheduler
110 return SU->Succs.size() - getReadySuccessors(SU); in getNotReadySuccessors()
164 auto Res = getReadySuccessors(SU); in pickCandidate()
266 if (getReadySuccessors(SU) == 0) in schedule()