Lines Matching refs:Redefs
196 LivePhysRegs Redefs; member in __anonf5d77b7e0111::IfConverter
1476 static void UpdatePredRedefs(MachineInstr &MI, LivePhysRegs &Redefs) { in UpdatePredRedefs() argument
1484 for (unsigned Reg : Redefs) in UpdatePredRedefs()
1488 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1547 Redefs.init(*TRI); in IfConvertSimple()
1552 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1553 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1651 Redefs.init(*TRI); in IfConvertTriangle()
1653 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1654 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1814 Redefs.init(*TRI); in IfConvertDiamondCommon()
1816 Redefs.addLiveInsNoPristines(MBB1); in IfConvertDiamondCommon()
1817 Redefs.addLiveInsNoPristines(MBB2); in IfConvertDiamondCommon()
1852 Redefs.stepForward(MI, Dummy); in IfConvertDiamondCommon()
2146 UpdatePredRedefs(I, Redefs); in PredicateBlock()
2196 UpdatePredRedefs(*MI, Redefs); in CopyAndPredicateBlock()