Lines Matching defs:Br
1310 const auto *Br = cast<BranchInst>(I);
1311 if (Br->isUnconditional()) {
1312 MachineBasicBlock *MSucc = FuncInfo.MBBMap[Br->getSuccessor(0)];
1313 fastEmitBranch(MSucc, Br->getDebugLoc());
1317 MachineBasicBlock *TBB = FuncInfo.MBBMap[Br->getSuccessor(0)];
1318 MachineBasicBlock *FBB = FuncInfo.MBBMap[Br->getSuccessor(1)];
1321 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not);
1333 finishCondBranch(Br->getParent(), TBB, FBB);
1426 case Instruction::Br: