Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1766 SmallVector<SUnit *, 8> UseSUs; in apply() local
1779 UseSUs.push_back(TmpSU); in apply()
1783 if (UseSUs.size() == 0) in apply()
1788 for (auto *I : UseSUs) { in apply()