Home
last modified time | relevance | path

Searched refs:isCallocLikeFn (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h59 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp200 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isCallocLikeFn() function in llvm
305 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr; in extractCallocCall()
DCFLGraph.h378 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI) || in visitCallSite()
DBasicAliasAnalysis.cpp761 if (isMallocLikeFn(Inst, &TLI) || isCallocLikeFn(Inst, &TLI)) { in getModRefInfo()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp852 if (UnderlyingPointer && isCallocLikeFn(UnderlyingPointer, TLI) && in eliminateNoopStore()
DGVN.cpp1300 if (isCallocLikeFn(DepInst, TLI)) { in AnalyzeLoadAvailability()