Lines Matching refs:ValueRotsVec
1792 ValueRotsVec.clear(); in collectValueRotInfo()
1794 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1796 llvm::sort(ValueRotsVec); in collectValueRotInfo()
2001 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2108 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2324 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2498 if (!ValueRotsVec[0].Repl32) { in Select64()
2499 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
2500 if (ValueRotsVec[i].Repl32) { in Select64()
2501 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2507 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2659 SmallVector<ValueRotInfo, 16> ValueRotsVec; member in __anonb5cceeb00611::BitPermutationSelector