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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 70 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
72 bool isMallocLikeFn(const Value *V,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 264 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
268 bool llvm::isMallocLikeFn(
344 return isMallocLikeFn(I, GetTLI) ? dyn_cast<CallInst>(I) : nullptr;
379 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
422 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1088 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
NewGVN.cpp 1492 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2147 if (isMallocLikeFn(&Call, TLI) && Op0C) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 5203 bool IsMalloc = isMallocLikeFn(&I, TLI);

Completed in 101 milliseconds