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