Lines Matching refs:NumDups2
175 unsigned NumDups2; member
182 : BBI(b), Kind(k), NumDups(d), NumDups2(d2), NeedSubsumption(s), in IfcvtToken()
264 unsigned NumDups1, unsigned NumDups2,
268 unsigned NumDups1, unsigned NumDups2,
271 unsigned NumDups1, unsigned NumDups2,
308 ? -(int)(C1->NumDups + C1->NumDups2) : (int)C1->NumDups; in IfcvtTokenCmp()
310 ? -(int)(C2->NumDups + C2->NumDups2) : (int)C2->NumDups; in IfcvtTokenCmp()
391 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local
459 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
471 RetVal = IfConvertForkedDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
1657 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1771 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon()
1797 while (NumDups2 != 0) { in IfConvertDiamondCommon()
1804 --NumDups2; in IfConvertDiamondCommon()
1881 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
1896 NumDups1, NumDups2, in IfConvertForkedDiamond()
1916 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamond() argument
1931 NumDups1, NumDups2, in IfConvertDiamond()