Home
last modified time | relevance | path

Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h94 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
95 inline CallInst *extractMallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractMallocCall() function
96 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp270 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1584 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in optimizeOnceStoredGlobal()