Lines Matching defs:PStore
4336 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB);
4338 if (!PStore || !QStore)
4342 if (!QStore->isUnordered() || !PStore->isUnordered() ||
4343 PStore->getValueOperand()->getType() !=
4353 // operations between PStore and the end of its parent block.
4368 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end();
4370 if (&*I != PStore && I->mayReadOrWriteMemory())
4409 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore};
4437 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(),
4438 PStore->getParent());
4446 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond);
4462 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata()));
4467 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign()));
4470 PStore->eraseFromParent();