Searched refs:CreatedArray (Results 1 – 1 of 1) sorted by relevance
1427 auto *CreatedArray = CallInst::CreateMalloc( in allocateNewArrays() local1433 SAI->setBasePtr(CreatedArray); in allocateNewArrays()1436 CallInst::CreateFree(CreatedArray, in allocateNewArrays()1444 auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(), in allocateNewArrays() local1447 CreatedArray->setAlignment(Align(PollyTargetFirstLevelCacheLineSize)); in allocateNewArrays()1448 SAI->setBasePtr(CreatedArray); in allocateNewArrays()