Home
last modified time | relevance | path

Searched refs:MallocType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp360 PointerType *MallocType = nullptr; in getMallocType() local
367 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
373 return MallocType; in getMallocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1605 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local
1606 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()