Searched refs:getMallocAllocatedType (Results 1 – 3 of 3) sorted by relevance
140 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
333 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()388 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
1294 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()