Lines Matching full:pstore
4081 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB);
4083 if (!PStore || !QStore)
4087 if (!QStore->isUnordered() || !PStore->isUnordered() ||
4088 PStore->getValueOperand()->getType() !=
4098 // operations between PStore and the end of its parent block.
4113 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end();
4115 if (&*I != PStore && I->mayReadOrWriteMemory())
4154 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore};
4182 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(),
4183 PStore->getParent());
4191 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond);
4207 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata()));
4212 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign()));
4215 PStore->eraseFromParent();