Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp70 void bumpPredsPriority(const SUnit *SchedSU, int Priority);
177 void GCNMinRegScheduler::bumpPredsPriority(const SUnit *SchedSU, int Priority) { in bumpPredsPriority() argument
179 for (const auto &S : SchedSU->Succs) { in bumpPredsPriority()
186 if (PSU != SchedSU && !isScheduled(PSU)) { in bumpPredsPriority()
201 LLVM_DEBUG(dbgs() << "Make the predecessors of SU(" << SchedSU->NodeNum in bumpPredsPriority()