Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryBuiltins.h41 const CallInst *extractMallocCallFromBitCast(const Value *I);
42 CallInst *extractMallocCallFromBitCast(Value *I);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp30 return extractMallocCall(I) || extractMallocCallFromBitCast(I); in isMalloc()
79 CallInst *llvm::extractMallocCallFromBitCast(Value *I) { in extractMallocCallFromBitCast() function in llvm
85 const CallInst *llvm::extractMallocCallFromBitCast(const Value *I) { in extractMallocCallFromBitCast() function in llvm
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1563 extractMallocCallFromBitCast(Malloc) : cast<CallInst>(Malloc); in TryToOptimizeStoreOfMallocToGlobal()