Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1337 SmallVector<SUnit *, 10> ExpPipeCands; in analyzeDAG() local
1364 ExpPipeCands.push_back(&SU); in analyzeDAG()
1380 if (!(PackSUs.size() && MFMAPipeCands.size() && ExpPipeCands.size())) in analyzeDAG()
1388 for (auto &PredSU : ExpPipeCands) { in analyzeDAG()
1417 for (auto &PredSU : ExpPipeCands) { in analyzeDAG()
1505 llvm::count_if(ExpPipeCands, [this, &PackPred](SUnit *ExpBase) { in analyzeDAG()