Searched refs:OtherBr (Results 1 – 1 of 1) sorted by relevance
1182 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); in SimplifyStoreAtEndOfBlock() local1183 if (!OtherBr || BBI == OtherBB->begin()) in SimplifyStoreAtEndOfBlock()1189 if (OtherBr->isUnconditional()) { in SimplifyStoreAtEndOfBlock()1207 if (OtherBr->getSuccessor(0) != StoreBB && in SimplifyStoreAtEndOfBlock()1208 OtherBr->getSuccessor(1) != StoreBB) in SimplifyStoreAtEndOfBlock()