Home
last modified time | relevance | path

Searched refs:getMallocAllocatedType (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.h140 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp333 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()
388 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1294 Type *MAT = getMallocAllocatedType(CI, TLI); in PerformHeapAllocSRoA()
1551 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) { in tryToOptimizeStoreOfMallocToGlobal()
1605 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal()