Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance
79 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);80 static inline CallInst *extractMallocCall(Value *I, in extractMallocCall() function82 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
207 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
1580 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in OptimizeOnceStoredGlobal()