Lines Matching refs:NumDups2
176 unsigned NumDups2; member
183 : BBI(b), Kind(k), NumDups(d), NumDups2(d2), NeedSubsumption(s), in IfcvtToken()
266 unsigned NumDups1, unsigned NumDups2,
270 unsigned NumDups1, unsigned NumDups2,
273 unsigned NumDups1, unsigned NumDups2,
409 ? -(int)(C1->NumDups + C1->NumDups2) : (int)C1->NumDups; in IfcvtTokenCmp()
411 ? -(int)(C2->NumDups + C2->NumDups2) : (int)C2->NumDups; in IfcvtTokenCmp()
494 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local
562 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
574 RetVal = IfConvertForkedDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
1773 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1892 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon()
1925 while (NumDups2 != 0) { in IfConvertDiamondCommon()
1932 --NumDups2; in IfConvertDiamondCommon()
2009 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
2024 NumDups1, NumDups2, in IfConvertForkedDiamond()
2044 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamond() argument
2059 NumDups1, NumDups2, in IfConvertDiamond()