Home
last modified time | relevance | path

Searched refs:SchedSU (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.cpp76 void bumpPredsPriority(const SUnit *SchedSU, int Priority);
183 void GCNMinRegScheduler::bumpPredsPriority(const SUnit *SchedSU, int Priority) { in bumpPredsPriority() argument
185 for (const auto &S : SchedSU->Succs) { in bumpPredsPriority()
192 if (PSU != SchedSU && !isScheduled(PSU)) { in bumpPredsPriority()
207 LLVM_DEBUG(dbgs() << "Make the predecessors of SU(" << SchedSU->NodeNum in bumpPredsPriority()