Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp244 PointerType *MallocType = nullptr; in getMallocType() local
251 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
257 return MallocType; in getMallocType()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp1579 Type *MallocType = getMallocAllocatedType(CI, TLI); in OptimizeOnceStoredGlobal() local
1580 if (MallocType && in OptimizeOnceStoredGlobal()
1581 TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType, Ordering, GVI, in OptimizeOnceStoredGlobal()