Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1188 StoreInst *OtherStore = nullptr; in SimplifyStoreAtEndOfBlock() local
1200 OtherStore = dyn_cast<StoreInst>(BBI); in SimplifyStoreAtEndOfBlock()
1201 if (!OtherStore || OtherStore->getOperand(1) != SI.getOperand(1) || in SimplifyStoreAtEndOfBlock()
1202 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1216 if ((OtherStore = dyn_cast<StoreInst>(BBI))) { in SimplifyStoreAtEndOfBlock()
1217 if (OtherStore->getOperand(1) != SI.getOperand(1) || in SimplifyStoreAtEndOfBlock()
1218 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1240 Value *MergedVal = OtherStore->getOperand(0); in SimplifyStoreAtEndOfBlock()
1244 PN->addIncoming(OtherStore->getOperand(0), OtherBB); in SimplifyStoreAtEndOfBlock()
1257 NewSI->setDebugLoc(OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
[all …]