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

References

include/llvm/Transforms/Scalar/GVNExpression.h
  636   Instruction *getInstruction() const { return Inst; }
  637   void setInstruction(Instruction *I) { Inst = I; }
  641     return Inst == OU.Inst;
  641     return Inst == OU.Inst;
  645     return hash_combine(this->Expression::getHashValue(), Inst);
  653     OS << " inst = " << *Inst;