Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp174 unsigned NumDups2; member
268 unsigned NumDups1, unsigned NumDups2,
492 unsigned NumDups2 = Token->NumDups2; in INITIALIZE_PASS_DEPENDENCY() local
558 RetVal = IfConvertDiamond(BBI, Kind, NumDups, NumDups2, in INITIALIZE_PASS_DEPENDENCY()
1759 unsigned NumDups1, unsigned NumDups2, in IfConvertDiamondCommon() argument
1878 for (unsigned i = 0; i != NumDups2; ) { in IfConvertDiamondCommon()
1911 while (NumDups2 != 0) { in IfConvertDiamondCommon()
1918 --NumDups2; in IfConvertDiamondCommon()
1993 unsigned NumDups1, unsigned NumDups2, in IfConvertForkedDiamond() argument
2008 NumDups1, NumDups2, in IfConvertForkedDiamond()
[all …]