Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance
120 extractMallocCall(const Value *I,123 extractMallocCall(Value *I, in extractMallocCall() function125 return const_cast<CallInst *>(extractMallocCall((const Value *)I, GetTLI)); in extractMallocCall()
320 const CallInst *llvm::extractMallocCall( in extractMallocCall() function in llvm
1603 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()