Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1388 SmallVector<SUnit *, 8> UseSUs; in apply() local
1401 UseSUs.push_back(TmpSU); in apply()
1405 if (UseSUs.size() == 0) in apply()
1410 for (auto *I : UseSUs) { in apply()