Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:DefRegs

487   std::set<RegisterRef> DefRegs;
497 DefRegs.insert(Op);
519 if (Op.isReg() && Op.isDef() && DefRegs.count(Op))