HomeSort by relevance Sort by last modified time
    Searched refs:isMallocLikeFn (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 49 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 166 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
197 return isMallocLikeFn(I, TLI) ? dyn_cast<CallInst>(I) : 0;
250 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
294 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
MemoryDependenceAnalysis.cpp 510 isMallocLikeFn(Inst, TLI) || isCallocLikeFn(Inst, TLI))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 388 milliseconds