Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp266 unsigned NumDups1, unsigned NumDups2,
270 unsigned NumDups1, unsigned NumDups2,
273 unsigned NumDups1, unsigned NumDups2,
1773 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1837 BBI1->NonPredSize -= NumDups1; in IfConvertDiamondCommon()
1838 BBI2->NonPredSize -= NumDups1; in IfConvertDiamondCommon()
1843 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamondCommon()
1849 while (NumDups1 != 0) { in IfConvertDiamondCommon()
1859 --NumDups1; in IfConvertDiamondCommon()
2009 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
[all …]