HomeSort by relevance Sort by last modified time
    Searched refs:extractMallocCall (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 72 /// extractMallocCall - Returns the corresponding CallInst if the instruction
75 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
76 static inline CallInst *extractMallocCall(Value *I,
78 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 189 /// extractMallocCall - Returns the corresponding CallInst if the instruction
192 const CallInst *llvm::extractMallocCall(const Value *I,
229 const CallInst *CI = extractMallocCall(I, TLI);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 80 milliseconds