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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 101 bool isReallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
106 bool isReallocLikeFn(const Function *F, const TargetLibraryInfo *TLI);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 313 bool llvm::isReallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
320 bool llvm::isReallocLikeFn(const Function *F, const TargetLibraryInfo *TLI) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 225 if(!isLibFreeFunction(&F, TheLibFunc) && !isReallocLikeFn(&F, &TLI))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2172 } else if (isReallocLikeFn(&Call, TLI) && Op1C) {

Completed in 35 milliseconds