Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp309 PointerType *MallocType = nullptr; in getMallocType() local
316 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
322 return MallocType; in getMallocType()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1585 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local
1586 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()