Lines Matching refs:NumDups2
174 unsigned NumDups2; member
181 : 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,
407 ? -(int)(C1->NumDups + C1->NumDups2) : (int)C1->NumDups; in IfcvtTokenCmp()
409 ? -(int)(C2->NumDups + C2->NumDups2) : (int)C2->NumDups; in IfcvtTokenCmp()
493 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local
559 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
571 RetVal = IfConvertForkedDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
1760 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1879 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon()
1912 while (NumDups2 != 0) { in IfConvertDiamondCommon()
1919 --NumDups2; in IfConvertDiamondCommon()
1994 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
2009 NumDups1, NumDups2, in IfConvertForkedDiamond()
2029 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamond() argument
2044 NumDups1, NumDups2, in IfConvertDiamond()