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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h76 /// extractMallocCall - Returns the corresponding CallInst if the instruction
79 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
80 static inline CallInst *extractMallocCall(Value *I, function in namespace:llvm
82 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp201 /// extractMallocCall - Returns the corresponding CallInst if the instruction
204 const CallInst *llvm::extractMallocCall(const Value *I, function in class:llvm
241 const CallInst *CI = extractMallocCall(I, TLI);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1585 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) {

Completed in 101 milliseconds