Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp535 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); in SimplifyStoreAtEndOfBlock() local
536 if (!OtherBr || BBI == OtherBB->begin()) in SimplifyStoreAtEndOfBlock()
542 if (OtherBr->isUnconditional()) { in SimplifyStoreAtEndOfBlock()
560 if (OtherBr->getSuccessor(0) != StoreBB && in SimplifyStoreAtEndOfBlock()
561 OtherBr->getSuccessor(1) != StoreBB) in SimplifyStoreAtEndOfBlock()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1318 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); in SimplifyStoreAtEndOfBlock() local
1319 if (!OtherBr || BBI == OtherBB->begin()) in SimplifyStoreAtEndOfBlock()
1325 if (OtherBr->isUnconditional()) { in SimplifyStoreAtEndOfBlock()
1343 if (OtherBr->getSuccessor(0) != StoreBB && in SimplifyStoreAtEndOfBlock()
1344 OtherBr->getSuccessor(1) != StoreBB) in SimplifyStoreAtEndOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1562 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); in SimplifyStoreAtEndOfBlock() local
1563 if (!OtherBr || BBI == OtherBB->begin()) in SimplifyStoreAtEndOfBlock()
1569 if (OtherBr->isUnconditional()) { in SimplifyStoreAtEndOfBlock()
1587 if (OtherBr->getSuccessor(0) != StoreBB && in SimplifyStoreAtEndOfBlock()
1588 OtherBr->getSuccessor(1) != StoreBB) in SimplifyStoreAtEndOfBlock()