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

References

lib/Target/Hexagon/HexagonConstPropagation.cpp
 2800       if (!MI.isPHI() && !Inputs.has(R.Reg)) {
 2805       const LatticeCell &L = Inputs.get(R.Reg);
 2817           dbgs() << printReg(R, &TRI) << ": " << Inputs.get(R) << "\n";
 2838     assert(Inputs.has(R));
 2854     const LatticeCell &L = Inputs.get(R);