Home
last modified time | relevance | path

Searched refs:PStore (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2585 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local
2587 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
2591 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress()
2615 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress()
2617 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
2627 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress()
2628 PStore->getParent()); in mergeConditionalStoreToAddress()
2634 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress()
2648 PStore->getAAMetadata(AAMD, /*Merge=*/false); in mergeConditionalStoreToAddress()
2649 PStore->getAAMetadata(AAMD, /*Merge=*/true); in mergeConditionalStoreToAddress()
[all …]
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3620 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local
3625 (void)PStore; in presplitLoadsAndStores()
3626 DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores()
3710 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local
3719 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
3722 << ", " << NewSlices.back().endOffset() << "): " << *PStore in presplitLoadsAndStores()