Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1117 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal() local
1118 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, in optimizeOnceStoredGlobal()