Home
last modified time | relevance | path

Searched refs:isMallocLikeFn (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp193 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocLikeFn() function in llvm
217 return isMallocLikeFn(I, TLI) ? dyn_cast<CallInst>(I) : nullptr; in extractMallocCall()
252 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call"); in getMallocType()
296 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call"); in getMallocArraySize()
DCFLGraph.h378 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI) || in visitCallSite()
DBasicAliasAnalysis.cpp761 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI)) { in getModRefInfo()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h54 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1292 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()