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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DMemoryBuiltins.h33 /// extractMallocCall - Returns the corresponding CallInst if the instruction
36 const CallInst *extractMallocCall(const Value *I);
37 CallInst *extractMallocCall(Value *I);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryBuiltins.cpp30 return extractMallocCall(I) || extractMallocCallFromBitCast(I);
57 /// extractMallocCall - Returns the corresponding CallInst if the instruction
60 const CallInst *llvm::extractMallocCall(const Value *I) { function in class:llvm
65 CallInst *llvm::extractMallocCall(Value *I) { function in class:llvm
120 const CallInst *CI = extractMallocCall(I);
H A DBasicAliasAnalysis.cpp114 } else if (const CallInst* CI = extractMallocCall(V)) {
H A DMemoryDependenceAnalysis.cpp472 (isa<CallInst>(Inst) && extractMallocCall(Inst))) {
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h71 /// extractMallocCall - Returns the corresponding CallInst if the instruction
74 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
75 static inline CallInst *extractMallocCall(Value *I, function in class:llvm::ObjSizeMode
77 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp212 /// extractMallocCall - Returns the corresponding CallInst if the instruction
215 const CallInst *llvm::extractMallocCall(const Value *I, function in class:llvm
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp299 } else if (CallInst *MI = extractMallocCall(Op1)) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1537 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp1594 } else if (CallInst *CI = extractMallocCall(StoredOnceVal)) {

Completed in 476 milliseconds