Lines Matching defs:Cond
451 // the header (either "br-cond header" or "br-cond exit; br header").
454 SmallVector<MachineOperand,2> Cond;
455 bool BadLB = TII->AnalyzeBranch(*TmpLB, TB, FB, Cond, false);
457 // the branch opcode as the first element of Cond, and the predicate
459 if (BadLB || Cond.size() != 2)
462 if (!TII->PredOpcodeHasJMP_c(Cond[0].getImm()))
467 assert(Cond[1].isReg() && "Unexpected Cond vector from AnalyzeBranch");
469 unsigned PR = Cond[1].getReg();