Lines Matching defs:RC2
1745 CodeGenRegisterClass *RC2 = RegClasses[rci];
1746 if (RC1 == RC2)
1749 // Compute the set intersection of RC1 and RC2.
1751 const CodeGenRegister::Set &Memb2 = RC2->getMembers();
1762 // If RC1 and RC2 have different spill sizes or alignments, use the
1764 if (RC2->SpillSize > RC1->SpillSize ||
1765 (RC2->SpillSize == RC1->SpillSize &&
1766 RC2->SpillAlignment > RC1->SpillAlignment))
1767 std::swap(RC1, RC2);
1770 RC1->getName() + "_and_" + RC2->getName());