Searched refs:MallocType (Results 1 – 2 of 2) sorted by relevance
381 PointerType *MallocType = nullptr; in getMallocType() local387 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()393 return MallocType; in getMallocType()
1117 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local1118 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()