Searched refs:PStore (Results 1 – 2 of 2) sorted by relevance
2480 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local2482 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()[all …]
3627 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local3632 (void)PStore; in presplitLoadsAndStores()3633 DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores()3717 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local3726 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()3729 << ", " << NewSlices.back().endOffset() << "): " << *PStore in presplitLoadsAndStores()