Home
last modified time | relevance | path

Searched refs:NumDups1 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp268 unsigned NumDups1, unsigned NumDups2,
272 unsigned NumDups1, unsigned NumDups2,
275 unsigned NumDups1, unsigned NumDups2,
1775 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1839 BBI1->NonPredSize -= NumDups1; in IfConvertDiamondCommon()
1840 BBI2->NonPredSize -= NumDups1; in IfConvertDiamondCommon()
1845 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon()
1851 while (NumDups1 != 0) { in IfConvertDiamondCommon()
1861 --NumDups1; in IfConvertDiamondCommon()
2011 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
[all …]