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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1535 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); local
1536 if (!OtherBr || BBI == OtherBB->begin())
1542 if (OtherBr->isUnconditional()) {
1560 if (OtherBr->getSuccessor(0) != StoreBB &&
1561 OtherBr->getSuccessor(1) != StoreBB)
1564 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
1582 // In order to eliminate the store in OtherBr, we have to make sure nothing

Completed in 53 milliseconds