Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp97 Type *T = getMallocAllocatedType(CI); in computeArraySize()
167 Type *llvm::getMallocAllocatedType(const CallInst *CI) { in getMallocAllocatedType() function in llvm
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h61 Type *getMallocAllocatedType(const CallInst *CI);
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1301 Type* MAT = getMallocAllocatedType(CI); in PerformHeapAllocSRoA()
1555 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI))) { in TryToOptimizeStoreOfMallocToGlobal()
1599 Type* MallocType = getMallocAllocatedType(CI); in OptimizeOnceStoredGlobal()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp302 Type* MallocType = getMallocAllocatedType(MI); in visitCallInst()