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

References

lib/Transforms/Scalar/EarlyCSE.cpp
  103     return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
  104            Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
  166   Instruction *Inst = Val.Inst;
  266   Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst;
  266   Instruction *LHSI = LHS.Inst, *RHSI = RHS.Inst;
  358   assert(!Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) ||
  358   assert(!Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) ||