Searched refs:AMemSet (Results 1 – 1 of 1) sorted by relevance
459 Instruction *AMemSet = nullptr; in tryMergingIntoMemset() local472 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()474 AMemSet->mergeDIAssignID(Range.TheStores); in tryMergingIntoMemset()479 dbgs() << "With: " << *AMemSet << '\n'); in tryMergingIntoMemset()481 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in tryMergingIntoMemset()485 ? MSSAU->createMemoryAccessBefore(AMemSet, nullptr, MemInsertPoint) in tryMergingIntoMemset()486 : MSSAU->createMemoryAccessAfter(AMemSet, nullptr, MemInsertPoint)); in tryMergingIntoMemset()497 return AMemSet; in tryMergingIntoMemset()