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 | 212 Type *AllocTy; in print() local 2584 const SCEV *ScalarEvolution::getSizeOfExpr(Type *AllocTy) { in getSizeOfExpr() 2600 const SCEV *ScalarEvolution::getAlignOfExpr(Type *AllocTy) { in getAlignOfExpr()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1018 Type *AllocTy, in OptimizeGlobalAddressOfMalloc() 1658 Type *AllocTy, in TryToOptimizeStoreOfMallocToGlobal()
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 361 Type *AllocTy, Value *AllocSize, in createMalloc() 445 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 462 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
|