Lines Matching defs:ValueRotInfo
1569 struct ValueRotInfo {
1576 ValueRotInfo() = default;
1580 bool operator < (const ValueRotInfo &Other) const {
1946 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)];
1954 // Now that we've collected the various ValueRotInfo instances, we need to
2165 for (ValueRotInfo &VRI : ValueRotsVec) {
2272 ValueRotInfo &VRI = ValueRotsVec[0];
2488 for (ValueRotInfo &VRI : ValueRotsVec) {
2671 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx];
2822 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
2823 SmallVector<ValueRotInfo, 16> ValueRotsVec;