HomeSort by: relevance | last modified time | path
    Searched refs:getStoreValueForLoad (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 76 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,
78 // This is the same as getStoreValueForLoad, except it performs no insertion
101 // This is the same as getStoreValueForLoad, except it performs no insertion.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 468 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,
532 return getStoreValueForLoad(SrcVal, Offset, LoadTy, InsertPt, DL);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 889 Res = getStoreValueForLoad(Res, Offset, LoadTy, InsertPt, DL);

Completed in 17 milliseconds