Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance
94 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);95 inline CallInst *extractMallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractMallocCall() function96 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
270 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
1584 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in optimizeOnceStoredGlobal()