Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance
75 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);76 static inline CallInst *extractMallocCall(Value *I, in extractMallocCall() function78 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
192 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm229 const CallInst *CI = extractMallocCall(I, TLI); in isArrayMalloc()
1783 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in OptimizeOnceStoredGlobal()