Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp1484 SmallSet<unsigned, 4> RedefsByFalse; in IfConvertDiamond() local
1500 } else if (!RedefsByFalse.count(Reg)) { in IfConvertDiamond()
1514 RedefsByFalse.insert(*SubRegs); in IfConvertDiamond()
1521 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, &RedefsByFalse); in IfConvertDiamond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp1809 SmallSet<unsigned, 4> RedefsByFalse; in IfConvertDiamondCommon() local
1824 } else if (!RedefsByFalse.count(Reg)) { in IfConvertDiamondCommon()
1837 RedefsByFalse.insert(*SubRegs); in IfConvertDiamondCommon()
1844 PredicateBlock(*BBI1, MBB1.end(), *Cond1, &RedefsByFalse); in IfConvertDiamondCommon()