Lines Matching defs:Br
1318 const auto *Br = cast<BranchInst>(I);
1319 if (Br->isUnconditional()) {
1320 MachineBasicBlock *MSucc = FuncInfo.getMBB(Br->getSuccessor(0));
1321 fastEmitBranch(MSucc, Br->getDebugLoc());
1325 MachineBasicBlock *TBB = FuncInfo.getMBB(Br->getSuccessor(0));
1326 MachineBasicBlock *FBB = FuncInfo.getMBB(Br->getSuccessor(1));
1329 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not);
1341 finishCondBranch(Br->getParent(), TBB, FBB);
1434 case Instruction::Br: