Searched refs:NumDups1 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 264 unsigned NumDups1, unsigned NumDups2, 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() 1875 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 194 unsigned NumDups1, unsigned NumDups2); 1202 unsigned NumDups1, unsigned NumDups2) { in IfConvertDiamond() argument 1265 BBI1->NonPredSize -= NumDups1; in IfConvertDiamond() 1266 BBI2->NonPredSize -= NumDups1; in IfConvertDiamond() 1270 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamond() 1274 while (NumDups1 != 0) { in IfConvertDiamond() 1277 --NumDups1; in IfConvertDiamond()
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 218 unsigned NumDups1, unsigned NumDups2); 1345 unsigned NumDups1, unsigned NumDups2) { in IfConvertDiamond() argument 1406 BBI1->NonPredSize -= NumDups1; in IfConvertDiamond() 1407 BBI2->NonPredSize -= NumDups1; in IfConvertDiamond() 1411 for (unsigned i = 0; i < NumDups1; ++DI1) { in IfConvertDiamond() 1415 while (NumDups1 != 0) { in IfConvertDiamond() 1418 --NumDups1; in IfConvertDiamond()
|