Searched defs:AllocTy (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 44 AllocType AllocTy; member 88 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
|
D | ScalarEvolution.cpp | 218 Type *AllocTy; in print() local 2590 const SCEV *ScalarEvolution::getSizeOfExpr(Type *AllocTy) { in getSizeOfExpr() 2606 const SCEV *ScalarEvolution::getAlignOfExpr(Type *AllocTy) { in getAlignOfExpr()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1024 Type *AllocTy, in OptimizeGlobalAddressOfMalloc() 1664 Type *AllocTy, in TryToOptimizeStoreOfMallocToGlobal()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 373 Type *AllocTy, Value *AllocSize, in createMalloc() 457 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 474 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
|