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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h116 /// extractMallocCall - Returns the corresponding CallInst if the instruction
120 extractMallocCall(const Value *I,
123 extractMallocCall(Value *I, function in namespace:llvm
125 return const_cast<CallInst *>(extractMallocCall((const Value *)I, GetTLI));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp317 /// extractMallocCall - Returns the corresponding CallInst if the instruction
320 const CallInst *llvm::extractMallocCall( function in class:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1607 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) {

Completed in 192 milliseconds