Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h111 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp282 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()
337 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1277 Type *MAT = getMallocAllocatedType(CI, TLI); in PerformHeapAllocSRoA()
1532 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) { in tryToOptimizeStoreOfMallocToGlobal()
1585 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal()