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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp739 BranchInst *OtherBr = dyn_cast<BranchInst>(BBI); local
740 if (!OtherBr || BBI == OtherBB->begin())
746 if (OtherBr->isUnconditional()) {
764 if (OtherBr->getSuccessor(0) != StoreBB &&
765 OtherBr->getSuccessor(1) != StoreBB)
768 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
786 // In order to eliminate the store in OtherBr, we have to

Completed in 73 milliseconds