Searched refs:MallocType (Results 1 – 2 of 2) sorted by relevance
360 PointerType *MallocType = nullptr; in getMallocType() local367 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()373 return MallocType; in getMallocType()
1605 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local1606 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()