Searched defs:AllocTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp45 AllocType AllocTy; member in struct:AllocFnsTy
92 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, argument
H A DScalarEvolution.cpp218 Type *AllocTy; local
220 OS << "sizeof(" << *AllocTy << ")"; local
224 OS << "alignof(" << *AllocTy << ")"; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp371 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
456 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
473 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp828 OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, CallInst *CI, Type *AllocTy, ConstantInt *NElements, DataLayout *TD, TargetLibraryInfo *TLI) argument
1467 TryToOptimizeStoreOfMallocToGlobal(GlobalVariable *GV, CallInst *CI, Type *AllocTy, AtomicOrdering Ordering, Module::global_iterator &GVI, DataLayout *TD, TargetLibraryInfo *TLI) argument
[all...]

Completed in 117 milliseconds