Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:DefC

639   LatticeCell DefC = Cells.get(DefR.Reg);
664 Changed |= Eval ? DefC.meet(SrcC)
665 : DefC.setBottom();
666 Cells.update(DefR.Reg, DefC);
667 if (DefC.isBottom())