Searched refs:extractMallocCall (Results 1 – 6 of 6) sorted by relevance
74 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);75 static inline CallInst *extractMallocCall(Value *I, in extractMallocCall() function77 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
120 extractMallocCall(const Value *I,123 extractMallocCall(Value *I, in extractMallocCall() function125 return const_cast<CallInst *>(extractMallocCall((const Value *)I, GetTLI)); in extractMallocCall()
215 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
320 const CallInst *llvm::extractMallocCall( in extractMallocCall() function in llvm
1537 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in optimizeOnceStoredGlobal()
1603 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()