Lines Matching defs:NumDups2
167 /// NumDups2 - For diamonds, the number of identical instructions
173 unsigned NumDups2;
180 : BBI(b), Kind(k), NumDups(d), NumDups2(d2), NeedSubsumption(s),
263 unsigned NumDups1, unsigned NumDups2,
267 unsigned NumDups1, unsigned NumDups2,
270 unsigned NumDups1, unsigned NumDups2,
406 ? -(int)(C1->NumDups + C1->NumDups2) : (int)C1->NumDups;
408 ? -(int)(C2->NumDups + C2->NumDups2) : (int)C2->NumDups;
492 unsigned NumDups2 = Token->NumDups2;
558 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2,
570 RetVal = IfConvertForkedDiamond(BBI, Kind, NumDups, NumDups2,
1750 /// \p NumDups2 - number of shared instructions at the end of \p TrueBBI
1759 unsigned NumDups1, unsigned NumDups2,
1870 // instructions, and the common instructions counted by NumDups2.
1878 for (unsigned i = 0; i != NumDups2; ) {
1879 // NumDups2 only counted non-dbg_value instructions, so this won't
1911 while (NumDups2 != 0) {
1912 // NumDups2 only counted non-dbg_value instructions, so this won't
1918 --NumDups2;
1993 unsigned NumDups1, unsigned NumDups2,
2008 NumDups1, NumDups2,
2028 unsigned NumDups1, unsigned NumDups2,
2043 NumDups1, NumDups2,