Searched refs:NewSlices (Results 1 – 1 of 1) sorted by relevance
248 void insert(ArrayRef<Slice> NewSlices) { in insert() argument250 Slices.append(NewSlices.begin(), NewSlices.end()); in insert()3693 SmallVector<Slice, 4> NewSlices; in presplitLoadsAndStores() local3746 NewSlices.push_back( in presplitLoadsAndStores()3750 DEBUG(dbgs() << " new slice [" << NewSlices.back().beginOffset() in presplitLoadsAndStores()3751 << ", " << NewSlices.back().endOffset() << "): " << *PLoad in presplitLoadsAndStores()3884 NewSlices.push_back( in presplitLoadsAndStores()3888 DEBUG(dbgs() << " new slice [" << NewSlices.back().beginOffset() in presplitLoadsAndStores()3889 << ", " << NewSlices.back().endOffset() << "): " << *PStore in presplitLoadsAndStores()3946 AS.insert(NewSlices); in presplitLoadsAndStores()