Searched refs:MemInsertPoint (Results 1 – 1 of 1) sorted by relevance
391 MemoryUseOrDef *MemInsertPoint = nullptr; in tryMergingIntoMemset() local401 MemInsertPoint = CurrentAcc; in tryMergingIntoMemset()507 assert(LastMemDef && MemInsertPoint && in tryMergingIntoMemset()510 cast<MemoryDef>(MemInsertPoint->getMemoryInst() == &*BI in tryMergingIntoMemset()517 MemInsertPoint = NewDef; in tryMergingIntoMemset()626 MemoryUseOrDef *MemInsertPoint = nullptr; in moveUp() local629 MemInsertPoint = cast<MemoryUseOrDef>(--MA->getIterator()); in moveUp()635 MemInsertPoint = MA; in moveUp()647 assert(MemInsertPoint && "Must have found insert point"); in moveUp()649 MSSAU->moveAfter(MA, MemInsertPoint); in moveUp()[all …]