Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp245 PointerType *MallocType = NULL; in getMallocType() local
252 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
258 return MallocType; in getMallocType()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1778 Type *MallocType = getMallocAllocatedType(CI, TLI); in OptimizeOnceStoredGlobal() local
1779 if (MallocType && in OptimizeOnceStoredGlobal()
1780 TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, Ordering, GVI, in OptimizeOnceStoredGlobal()