Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1930 SmallSet<MCPhysReg, 4> RedefsByFalse; in IfConvertDiamondCommon() local
1945 } else if (!RedefsByFalse.count(Reg)) { in IfConvertDiamondCommon()
1956 RedefsByFalse.insert(SubReg); in IfConvertDiamondCommon()
1963 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()