Home
last modified time | relevance | path

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

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