Searched refs:NumDups2 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 176 unsigned NumDups2; member 270 unsigned NumDups1, unsigned NumDups2, 494 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local 562 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY() 1773 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument 1892 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon() 1925 while (NumDups2 != 0) { in IfConvertDiamondCommon() 1932 --NumDups2; in IfConvertDiamondCommon() 2009 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument 2024 NumDups1, NumDups2, in IfConvertForkedDiamond() [all …]
|