Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp1943 SmallSet<MCPhysReg, 4> RedefsByFalse; in IfConvertDiamondCommon() local
1958 } else if (!RedefsByFalse.count(Reg)) { in IfConvertDiamondCommon()
1971 RedefsByFalse.insert(*SubRegs); in IfConvertDiamondCommon()
1978 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()