Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2953 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local
2955 if (!PStore || !QStore) in mergeConditionalStoreToAddress()
2959 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress()
2983 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress()
2985 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress()
3010 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress()
3011 PStore->getParent()); in mergeConditionalStoreToAddress()
3031 PStore->getAAMetadata(AAMD, /*Merge=*/false); in mergeConditionalStoreToAddress()
3032 PStore->getAAMetadata(AAMD, /*Merge=*/true); in mergeConditionalStoreToAddress()
3034 unsigned PAlignment = PStore->getAlignment(); in mergeConditionalStoreToAddress()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3854 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local
3860 PStore->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
3862 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores()
3949 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local
3959 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
3963 << "): " << *PStore << "\n"); in presplitLoadsAndStores()