Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp541 StoreInst *OtherStore = 0; in SimplifyStoreAtEndOfBlock() local
553 OtherStore = dyn_cast<StoreInst>(BBI); in SimplifyStoreAtEndOfBlock()
554 if (!OtherStore || OtherStore->getOperand(1) != SI.getOperand(1) || in SimplifyStoreAtEndOfBlock()
555 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
569 if ((OtherStore = dyn_cast<StoreInst>(BBI))) { in SimplifyStoreAtEndOfBlock()
570 if (OtherStore->getOperand(1) != SI.getOperand(1) || in SimplifyStoreAtEndOfBlock()
571 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
593 Value *MergedVal = OtherStore->getOperand(0); in SimplifyStoreAtEndOfBlock()
597 PN->addIncoming(OtherStore->getOperand(0), OtherBB); in SimplifyStoreAtEndOfBlock()
610 NewSI->setDebugLoc(OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1324 StoreInst *OtherStore = nullptr; in SimplifyStoreAtEndOfBlock() local
1336 OtherStore = dyn_cast<StoreInst>(BBI); in SimplifyStoreAtEndOfBlock()
1337 if (!OtherStore || OtherStore->getOperand(1) != SI.getOperand(1) || in SimplifyStoreAtEndOfBlock()
1338 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1352 if ((OtherStore = dyn_cast<StoreInst>(BBI))) { in SimplifyStoreAtEndOfBlock()
1353 if (OtherStore->getOperand(1) != SI.getOperand(1) || in SimplifyStoreAtEndOfBlock()
1354 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1376 Value *MergedVal = OtherStore->getOperand(0); in SimplifyStoreAtEndOfBlock()
1380 PN->addIncoming(OtherStore->getOperand(0), OtherBB); in SimplifyStoreAtEndOfBlock()
1393 NewSI->setDebugLoc(OtherStore->getDebugLoc()); in SimplifyStoreAtEndOfBlock()
[all …]