Searched refs:NumDups1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 268 unsigned NumDups1, unsigned NumDups2, 271 unsigned NumDups1, unsigned NumDups2, 1657 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument 1721 BBI1->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1722 BBI2->NonPredSize -= NumDups1; in IfConvertDiamondCommon() 1727 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon() 1733 while (NumDups1 != 0) { in IfConvertDiamondCommon() 1738 --NumDups1; in IfConvertDiamondCommon() 1881 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument 1896 NumDups1, NumDups2, in IfConvertForkedDiamond() [all …]
|