Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h79 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
80 static inline CallInst *extractMallocCall(Value *I, in extractMallocCall() function
82 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp207 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1580 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in OptimizeOnceStoredGlobal()