Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4013 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local
4015 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
4019 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress()
4020 PStore->getValueOperand()->getType() != in mergeConditionalStoreToAddress()
4045 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress()
4047 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
4086 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress()
4114 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress()
4115 PStore->getParent()); in mergeConditionalStoreToAddress()
4144 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign())); in mergeConditionalStoreToAddress()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4544 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local
4551 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4554 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores()
4645 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local
4652 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4658 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
4662 << "): " << *PStore << "\n"); in presplitLoadsAndStores()