Lines Matching refs:Redefs
196 LivePhysRegs Redefs; member in __anon4149301f0111::IfConverter
1475 static void UpdatePredRedefs(MachineInstr &MI, LivePhysRegs &Redefs) { in UpdatePredRedefs() argument
1483 for (unsigned Reg : Redefs) in UpdatePredRedefs()
1487 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1546 Redefs.init(*TRI); in IfConvertSimple()
1551 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1552 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1650 Redefs.init(*TRI); in IfConvertTriangle()
1652 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1653 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1813 Redefs.init(*TRI); in IfConvertDiamondCommon()
1815 Redefs.addLiveInsNoPristines(MBB1); in IfConvertDiamondCommon()
1816 Redefs.addLiveInsNoPristines(MBB2); in IfConvertDiamondCommon()
1851 Redefs.stepForward(MI, Dummy); in IfConvertDiamondCommon()
2145 UpdatePredRedefs(I, Redefs); in PredicateBlock()
2195 UpdatePredRedefs(*MI, Redefs); in CopyAndPredicateBlock()