Lines Matching defs:UncondBrTarget
4238 MachineBasicBlock *&UncondBrTarget, bool &Negated) {
4267 UncondBrTarget = &*NextMBB;
4272 UncondBrTarget = Br->getOperand(0).getMBB();
7258 MachineBasicBlock *UncondBrTarget = nullptr;
7261 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) {
7271 std::swap(CondBrTarget, UncondBrTarget);
7278 .addMBB(UncondBrTarget);
7283 .addMBB(UncondBrTarget);
7306 MachineBasicBlock *UncondBrTarget = nullptr;
7309 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) {
7317 std::swap(CondBrTarget, UncondBrTarget);
7322 .addMBB(UncondBrTarget);