Searched refs:ValueRotsVec (Results 1 – 1 of 1) sorted by relevance
1053 ValueRotsVec.clear(); in collectValueRotInfo()1055 ValueRotsVec.push_back(I.second); in collectValueRotInfo()1057 std::sort(ValueRotsVec.begin(), ValueRotsVec.end()); in collectValueRotInfo()1219 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()1325 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()1533 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()1699 if (!ValueRotsVec[0].Repl32) { in Select64()1700 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()1701 if (ValueRotsVec[i].Repl32) { in Select64()1702 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()[all …]