Lines Matching refs:Defs
401 InstSet &Defs) const { in getGlobalReachingDefs()
403 Defs.insert(Def); in getGlobalReachingDefs()
408 getLiveOuts(MBB, PhysReg, Defs); in getGlobalReachingDefs()
412 MCRegister PhysReg, InstSet &Defs) const { in getLiveOuts()
414 getLiveOuts(MBB, PhysReg, Defs, VisitedBBs); in getLiveOuts()
418 MCRegister PhysReg, InstSet &Defs, in getLiveOuts() argument
430 Defs.insert(Def); in getLiveOuts()
433 getLiveOuts(Pred, PhysReg, Defs, VisitedBBs); in getLiveOuts()
560 SmallSet<int, 2> Defs; in isSafeToMove() local
566 Defs.insert(MO.getReg()); in isSafeToMove()
578 if (MO.isReg() && MO.getReg() && Defs.count(MO.getReg())) in isSafeToMove()