Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h75 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
76 static inline CallInst *extractMallocCall(Value *I, in extractMallocCall() function
78 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp192 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
229 const CallInst *CI = extractMallocCall(I, TLI); in isArrayMalloc()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1783 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in OptimizeOnceStoredGlobal()