Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1182 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); in SimplifyStoreAtEndOfBlock() local
1183 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()