Searched refs:MallocType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp249 PointerType *MallocType = 0; local
256 MallocType = cast<PointerType>(BCI->getDestTy());
262 return MallocType;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1784 Type *MallocType = getMallocAllocatedType(CI, TLI); local
1785 if (MallocType &&
1786 TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, Ordering, GVI,

Completed in 171 milliseconds