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.cpp1948 SmallSet<MCRegister, 4> RedefsByFalse; in IfConvertDiamondCommon() local
1963 } else if (!RedefsByFalse.count(Reg)) { in IfConvertDiamondCommon()
1972 RedefsByFalse.insert_range(TRI->subregs_inclusive(Reg)); in IfConvertDiamondCommon()
1978 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()