Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h74 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
75 static inline CallInst *extractMallocCall(Value *I, in extractMallocCall() function
77 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI)); in extractMallocCall()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h120 extractMallocCall(const Value *I,
123 extractMallocCall(Value *I, in extractMallocCall() function
125 return const_cast<CallInst *>(extractMallocCall((const Value *)I, GetTLI)); in extractMallocCall()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp215 const CallInst *llvm::extractMallocCall(const Value *I, in extractMallocCall() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp320 const CallInst *llvm::extractMallocCall( in extractMallocCall() function in llvm
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1537 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, TLI)) { in optimizeOnceStoredGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1603 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()