Searched refs:NumDups2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 175 unsigned NumDups2; member 268 unsigned NumDups1, unsigned NumDups2, 391 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local 459 RetVal = IfConvertDiamond(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() [all …]
|