Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp320 const CallInst *llvm::extractMallocCall( in extractMallocCall() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1603 } else if (CallInst *CI = extractMallocCall(StoredOnceVal, GetTLI)) { in optimizeOnceStoredGlobal()