reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1544     ValueRotsVec.clear();
 1546       ValueRotsVec.push_back(I.second);
 1548     llvm::sort(ValueRotsVec);
 1753     for (ValueRotInfo &VRI : ValueRotsVec) {
 1857       ValueRotInfo &VRI = ValueRotsVec[0];
 2070     for (ValueRotInfo &VRI : ValueRotsVec) {
 2240       if (!ValueRotsVec[0].Repl32) {
 2241         for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i)
 2242           if (ValueRotsVec[i].Repl32) {
 2243             if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups)
 2243             if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups)
 2249       ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx];