Searched refs:isMallocLikeFn (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp167 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, function in class:llvm
205 return isMallocLikeFn(I, TLI) ? dyn_cast<CallInst>(I) : 0;
258 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
302 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
H A DMemoryDependenceAnalysis.cpp511 isMallocLikeFn(Inst, TLI) || isCallocLikeFn(Inst, TLI))
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h49 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1460 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
1976 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) {

Completed in 204 milliseconds