Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance
126 extractMallocCall(const Value *I,129 extractMallocCall(Value *I, in extractMallocCall() function131 return const_cast<CallInst *>(extractMallocCall((const Value *)I, GetTLI)); in extractMallocCall()
341 const CallInst *llvm::extractMallocCall( in extractMallocCall() function in llvm
1115 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()