Searched refs:isMallocLikeFn (Results 1 – 4 of 4) sorted by relevance
240 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocLikeFn() function in llvm272 return isMallocLikeFn(I, TLI) ? dyn_cast<CallInst>(I) : nullptr; in extractMallocCall()307 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call"); in getMallocType()351 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call"); in getMallocArraySize()
69 bool isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
945 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) || in AnalyzeLoadAvailability()
1471 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) { in performSymbolicLoadCoercion()