Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp178 unsigned NumDups2; member
272 unsigned NumDups1, unsigned NumDups2,
496 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local
564 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
1775 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1894 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon()
1927 while (NumDups2 != 0) { in IfConvertDiamondCommon()
1934 --NumDups2; in IfConvertDiamondCommon()
2011 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
2026 NumDups1, NumDups2, in IfConvertForkedDiamond()
[all …]