Searched refs:NumDups1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 264 unsigned NumDups1, unsigned NumDups2, 268 unsigned NumDups1, unsigned NumDups2, 271 unsigned NumDups1, unsigned NumDups2, 1760 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument 1824 BBI1->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1825 BBI2->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1830 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon() 1836 while (NumDups1 != 0) { in IfConvertDiamondCommon() 1846 --NumDups1; in IfConvertDiamondCommon() 1994 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument [all …]
|