Lines Matching defs:UncondBrTarget
4219 MachineBasicBlock *&UncondBrTarget, bool &Negated) {
4248 UncondBrTarget = &*NextMBB;
4253 UncondBrTarget = Br->getOperand(0).getMBB();
7184 MachineBasicBlock *UncondBrTarget = nullptr;
7187 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) {
7197 std::swap(CondBrTarget, UncondBrTarget);
7204 .addMBB(UncondBrTarget);
7209 .addMBB(UncondBrTarget);
7232 MachineBasicBlock *UncondBrTarget = nullptr;
7235 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) {
7243 std::swap(CondBrTarget, UncondBrTarget);
7248 .addMBB(UncondBrTarget);