Lines Matching refs:Redefs
198 LivePhysRegs Redefs; member in __anon2c00c9990111::IfConverter
1479 static void UpdatePredRedefs(MachineInstr &MI, LivePhysRegs &Redefs) { in UpdatePredRedefs() argument
1487 for (unsigned Reg : Redefs) in UpdatePredRedefs()
1491 Redefs.stepForward(MI, Clobbers); in UpdatePredRedefs()
1560 Redefs.init(*TRI); in IfConvertSimple()
1565 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertSimple()
1566 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertSimple()
1664 Redefs.init(*TRI); in IfConvertTriangle()
1666 Redefs.addLiveInsNoPristines(CvtMBB); in IfConvertTriangle()
1667 Redefs.addLiveInsNoPristines(NextMBB); in IfConvertTriangle()
1827 Redefs.init(*TRI); in IfConvertDiamondCommon()
1829 Redefs.addLiveInsNoPristines(MBB1); in IfConvertDiamondCommon()
1830 Redefs.addLiveInsNoPristines(MBB2); in IfConvertDiamondCommon()
1865 Redefs.stepForward(MI, Dummy); in IfConvertDiamondCommon()
2161 UpdatePredRedefs(I, Redefs); in PredicateBlock()
2211 UpdatePredRedefs(*MI, Redefs); in CopyAndPredicateBlock()