reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonConstPropagation.cpp
  633     const LatticeCell &T = Cells.get(DefR.Reg);
  635     Cells.update(DefR.Reg, Bottom);
  641   LatticeCell DefC = Cells.get(DefR.Reg);
  658     if (!Cells.has(UseR.Reg))
  662     bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC);
  668     Cells.update(DefR.Reg, DefC);
  680   bool Eval = MCE.evaluate(MI, Cells, Outputs);
  702       const LatticeCell &T = Cells.get(DefR.Reg);
  704       Cells.update(DefR.Reg, Bottom);
  710       LatticeCell RC = Cells.get(DefR.Reg);
  712       Cells.update(DefR.Reg, RC);
  739     EvalOk = EvalOk && MCE.evaluate(MI, Cells, Targets, FallsThru);
  785                     << Cells.get(Reg) << '\n');
  824     bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext);
  935     Cells.print(dbgs(), MCE.TRI);
  989         Changed |= MCE.rewrite(MI, Cells);
 1052   Cells.clear();