Searched refs:PStore (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4081 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 4083 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 4087 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress() 4088 PStore->getValueOperand()->getType() != in mergeConditionalStoreToAddress() 4113 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 4115 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 4154 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress() 4182 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress() 4183 PStore->getParent()); in mergeConditionalStoreToAddress() 4191 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4586 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4593 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4598 PStore->setAAMetadata( in presplitLoadsAndStores() 4600 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 4691 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4698 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4704 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 4708 << "): " << *PStore << "\n"); in presplitLoadsAndStores()
|