Home
last modified time | relevance | path

Searched refs:extractMallocCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h126 extractMallocCall(const Value *I,
129 extractMallocCall(Value *I, in extractMallocCall() function
131 return const_cast<CallInst *>(extractMallocCall((const Value *)I, GetTLI)); in extractMallocCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp341 const CallInst *llvm::extractMallocCall( in extractMallocCall() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1125 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()