Searched refs:MallocType (Results 1 – 2 of 2) sorted by relevance
244 PointerType *MallocType = nullptr; in getMallocType() local251 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()257 return MallocType; in getMallocType()
1581 Type *MallocType = getMallocAllocatedType(CI, TLI); in OptimizeOnceStoredGlobal() local1582 if (MallocType && in OptimizeOnceStoredGlobal()1583 TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, Ordering, GVI, in OptimizeOnceStoredGlobal()