Lines Matching defs:NumDups2
168 /// NumDups2 - For diamonds, the number of identical instructions
174 unsigned NumDups2;
181 : BBI(b), Kind(k), NumDups(d), NumDups2(d2), NeedSubsumption(s),
264 unsigned NumDups1, unsigned NumDups2,
268 unsigned NumDups1, unsigned NumDups2,
271 unsigned NumDups1, unsigned NumDups2,
407 ? -(int)(C1->NumDups + C1->NumDups2) : (int)C1->NumDups;
409 ? -(int)(C2->NumDups + C2->NumDups2) : (int)C2->NumDups;
493 unsigned NumDups2 = Token->NumDups2;
559 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2,
571 RetVal = IfConvertForkedDiamond(BBI, Kind, NumDups, NumDups2,
1751 /// \p NumDups2 - number of shared instructions at the end of \p TrueBBI
1760 unsigned NumDups1, unsigned NumDups2,
1871 // instructions, and the common instructions counted by NumDups2.
1879 for (unsigned i = 0; i != NumDups2; ) {
1880 // NumDups2 only counted non-dbg_value instructions, so this won't
1912 while (NumDups2 != 0) {
1913 // NumDups2 only counted non-dbg_value instructions, so this won't
1919 --NumDups2;
1994 unsigned NumDups1, unsigned NumDups2,
2009 NumDups1, NumDups2,
2029 unsigned NumDups1, unsigned NumDups2,
2044 NumDups1, NumDups2,