Searched refs:ExpPipeCands (Results 1 – 1 of 1) sorted by relevance
1365 SmallVector<SUnit *, 10> ExpPipeCands; in analyzeDAG() local1392 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()