Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h97 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp219 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()
275 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1276 Type *MAT = getMallocAllocatedType(CI, TLI); in PerformHeapAllocSRoA()
1531 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) { in TryToOptimizeStoreOfMallocToGlobal()
1581 Type *MallocType = getMallocAllocatedType(CI, TLI); in OptimizeOnceStoredGlobal()