Home | History | Annotate | Download | only in CodeGen

Lines Matching full:newcond

1034         SmallVector<MachineOperand, 4> NewCond(Cond);
1036 if (TII->ReverseBranchCondition(NewCond))
1076 NewCond, dl);
1429 SmallVector<MachineOperand, 4> NewCond(CurCond);
1430 if (!TII->ReverseBranchCondition(NewCond)) {
1433 TII->InsertBranch(*MBB, CurFBB, CurTBB, NewCond, dl);