Lines Matching refs:Redefs
202 LivePhysRegs Redefs; member in __anon8f1f3a690111::IfConverter
1495 static void UpdatePredRedefs(MachineInstr &MI, LivePhysRegs &Redefs) { in UpdatePredRedefs() argument
1503 for (unsigned Reg : Redefs) in UpdatePredRedefs()
1507 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1566 Redefs.init(*TRI); in IfConvertSimple()
1571 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1572 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1670 Redefs.init(*TRI); in IfConvertTriangle()
1672 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1673 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1832 Redefs.init(*TRI); in IfConvertDiamondCommon()
1834 Redefs.addLiveInsNoPristines(MBB1); in IfConvertDiamondCommon()
1835 Redefs.addLiveInsNoPristines(MBB2); in IfConvertDiamondCommon()
1870 Redefs.stepForward(MI, Dummy); in IfConvertDiamondCommon()
2160 UpdatePredRedefs(I, Redefs); in PredicateBlock()
2210 UpdatePredRedefs(*MI, Redefs); in CopyAndPredicateBlock()