Searched refs:MemInsertPoint (Results 1 – 1 of 1) sorted by relevance
375 MemoryUseOrDef *MemInsertPoint = nullptr; in tryMergingIntoMemset() local380 MemInsertPoint = CurrentAcc; in tryMergingIntoMemset()485 cast<MemoryDef>(MemInsertPoint->getMemoryInst() == &*BI in tryMergingIntoMemset()487 AMemSet, nullptr, MemInsertPoint) in tryMergingIntoMemset()491 MemInsertPoint = NewDef; in tryMergingIntoMemset()602 MemoryUseOrDef *MemInsertPoint = nullptr; in moveUp() local604 MemInsertPoint = cast<MemoryUseOrDef>(--MA->getIterator()); in moveUp()610 MemInsertPoint = MA; in moveUp()620 assert(MemInsertPoint && "Must have found insert point"); in moveUp()622 MSSAU->moveAfter(MA, MemInsertPoint); in moveUp()[all …]