Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp381 PointerType *MallocType = nullptr; in getMallocType() local
387 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
393 return MallocType; in getMallocType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1127 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local
1128 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()