Lines Matching refs:DestBB
1212 MachineBasicBlock *DestBB, in isBBInRange() argument
1215 unsigned DestOffset = BBInfo[DestBB->getNumber()].Offset; in isBBInRange()
1217 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1238 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupImmediateBr() local
1241 if (isBBInRange(MI, DestBB, Br.MaxDisp)) in fixupImmediateBr()
1277 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupConditionalBr() local
1315 BMI->getOperand(BMI->getNumExplicitOperands() - 1).setMBB(DestBB); in fixupConditionalBr()
1335 MBB->addSuccessor(DestBB); in fixupConditionalBr()
1336 std::next(MBB->getIterator())->removeSuccessor(DestBB); in fixupConditionalBr()
1340 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1353 BuildMI(MBB, DebugLoc(), TII->get(Br.UncondBr)).addMBB(DestBB); in fixupConditionalBr()