Searched refs:MallocType (Results 1 – 2 of 2) sorted by relevance
309 PointerType *MallocType = nullptr; in getMallocType() local316 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()322 return MallocType; in getMallocType()
1585 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local1586 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()