Lines Matching defs:Defs
254 assert(Def > LastDef && "Defs must be sorted and unique");
401 InstSet &Defs) const {
403 Defs.insert(Def);
408 getLiveOuts(MBB, PhysReg, Defs);
412 MCRegister PhysReg, InstSet &Defs) const {
414 getLiveOuts(MBB, PhysReg, Defs, VisitedBBs);
418 MCRegister PhysReg, InstSet &Defs,
430 Defs.insert(Def);
433 getLiveOuts(Pred, PhysReg, Defs, VisitedBBs);
560 SmallSet<int, 2> Defs;
566 Defs.insert(MO.getReg());
578 if (MO.isReg() && MO.getReg() && Defs.count(MO.getReg()))