Lines Matching refs:PStore
2480 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local
2482 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
2486 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress()
2510 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress()
2512 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
2522 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress()
2523 PStore->getParent()); in mergeConditionalStoreToAddress()
2529 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress()
2543 PStore->getAAMetadata(AAMD, /*Merge=*/false); in mergeConditionalStoreToAddress()
2544 PStore->getAAMetadata(AAMD, /*Merge=*/true); in mergeConditionalStoreToAddress()
2548 PStore->eraseFromParent(); in mergeConditionalStoreToAddress()