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

Declarations

include/llvm/Transforms/Scalar/GVN.h
  135     uint32_t lookup(Value *V, bool Verify = true) const;

References

lib/Transforms/Scalar/GVN.cpp
 1646         if (uint32_t TransVal = lookup(PN->getIncomingValue(i), false))
 2216         VN.phiTranslate(Pred, Curr, VN.lookup(Op), *this);
 2272   uint32_t ValNo = VN.lookup(CurInst);