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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 62 int analyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI,
83 /// If analyzeLoadFromClobberingLoad returned an offset, this function can be
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 332 int analyzeLoadFromClobberingLoad(Type *LoadTy, Value *LoadPtr, LoadInst *DepLI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1055 analyzeLoadFromClobberingLoad(LoadType, Address, DepLoad, DL);
NewGVN.cpp 1460 int Offset = analyzeLoadFromClobberingLoad(LoadType, LoadPtr, DepLI, DL);

Completed in 24 milliseconds