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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp260 PointerType *MallocType = 0; local
267 MallocType = cast<PointerType>(BCI->getDestTy());
273 return MallocType;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1589 Type *MallocType = getMallocAllocatedType(CI, TLI); local
1590 if (MallocType &&
1591 TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, Ordering, GVI,

Completed in 106 milliseconds