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

Declarations

include/llvm/Transforms/Utils/VNCoercion.h
   76 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,

References

lib/Transforms/Scalar/GVN.cpp
  779       Res = getStoreValueForLoad(Res, Offset, LoadTy, InsertPt, DL);
lib/Transforms/Utils/VNCoercion.cpp
  450   return getStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL);