Lines Matching defs:OtherDest
4485 BasicBlock *OtherDest = BI->getSuccessor(BIOp ^ 1);
4492 // If OtherDest *is* BB, then BB is a basic block with a single conditional
4493 // branch in it, where one edge (OtherDest) goes back to itself but the other
4499 if (OtherDest == BB) {
4507 OtherDest = InfLoopBlock;
4532 PBI->setSuccessor(1, OtherDest);
4535 Updates.push_back({DominatorTree::Insert, PBI->getParent(), OtherDest});
4554 // The weight to OtherDest should be PredOther * SuccOther.
4564 // OtherDest may have phi nodes. If so, add an entry from PBI's
4566 AddPredecessorToBlock(OtherDest, PBI->getParent(), BB);
5563 BasicBlock *OtherDest = nullptr;
5567 OtherDest = DestB;
5571 OtherDest = DestA;
5591 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest);
5622 for (auto BBI = OtherDest->begin(); isa<PHINode>(BBI); ++BBI) {
5624 if (OtherDest == SI->getDefaultDest())