Searched refs:NumDups1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 269 unsigned NumDups1, unsigned NumDups2, 273 unsigned NumDups1, unsigned NumDups2, 276 unsigned NumDups1, unsigned NumDups2, 1778 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument 1842 BBI1->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1843 BBI2->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1848 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon() 1854 while (NumDups1 != 0) { in IfConvertDiamondCommon() 1864 --NumDups1; in IfConvertDiamondCommon() 2009 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument [all …]
|