Lines Matching refs:NumDups2
178 unsigned NumDups2; member
185 : BBI(b), Kind(k), NumDups(d), NumDups2(d2), NeedSubsumption(s), in IfcvtToken()
268 unsigned NumDups1, unsigned NumDups2,
272 unsigned NumDups1, unsigned NumDups2,
275 unsigned NumDups1, unsigned NumDups2,
411 ? -(int)(C1->NumDups + C1->NumDups2) : (int)C1->NumDups; in IfcvtTokenCmp()
413 ? -(int)(C2->NumDups + C2->NumDups2) : (int)C2->NumDups; in IfcvtTokenCmp()
496 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local
564 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
576 RetVal = IfConvertForkedDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
1775 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1894 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon()
1927 while (NumDups2 != 0) { in IfConvertDiamondCommon()
1934 --NumDups2; in IfConvertDiamondCommon()
2011 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
2026 NumDups1, NumDups2, in IfConvertForkedDiamond()
2046 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamond() argument
2061 NumDups1, NumDups2, in IfConvertDiamond()