Searched refs:MemInsertPoint (Results 1 – 1 of 1) sorted by relevance
401 MemoryUseOrDef *MemInsertPoint = nullptr; in tryMergingIntoMemset() local410 MemInsertPoint = CurrentAcc; in tryMergingIntoMemset()514 assert(LastMemDef && MemInsertPoint && in tryMergingIntoMemset()517 cast<MemoryDef>(MemInsertPoint->getMemoryInst() == &*BI in tryMergingIntoMemset()524 MemInsertPoint = NewDef; in tryMergingIntoMemset()632 MemoryUseOrDef *MemInsertPoint = nullptr; in moveUp() local634 MemInsertPoint = cast<MemoryUseOrDef>(--MA->getIterator()); in moveUp()640 MemInsertPoint = MA; in moveUp()650 assert(MemInsertPoint && "Must have found insert point"); in moveUp()652 MSSAU->moveAfter(MA, MemInsertPoint); in moveUp()[all …]