Searched refs:CreatedArray (Results 1 – 1 of 1) sorted by relevance
1480 auto *CreatedArray = CallInst::CreateMalloc( in allocateNewArrays() local1486 SAI->setBasePtr(CreatedArray); in allocateNewArrays()1489 CallInst::CreateFree(CreatedArray, in allocateNewArrays()1497 auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(), in allocateNewArrays() local1500 CreatedArray->setAlignment(Align(PollyTargetFirstLevelCacheLineSize)); in allocateNewArrays()1501 SAI->setBasePtr(CreatedArray); in allocateNewArrays()