Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1365 SmallVector<SUnit *, 10> ExpPipeCands; in analyzeDAG() local
1392 ExpPipeCands.push_back(&SU); in analyzeDAG()
1408 if (!(PackSUs.size() && MFMAPipeCands.size() && ExpPipeCands.size())) in analyzeDAG()
1416 for (auto &PredSU : ExpPipeCands) { in analyzeDAG()
1448 for (auto &PredSU : ExpPipeCands) { in analyzeDAG()
1541 std::count_if(ExpPipeCands.begin(), ExpPipeCands.end(), in analyzeDAG()