Home | History | Annotate | Download | only in Mips

Lines Matching defs:isCond

316   /// and (if isCond is true) the corresponding unconditional branch
321 bool isCond : 1;
324 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {}
668 bool isCond = false;
678 isCond = false;
683 isCond = false;
689 isCond = true;
695 isCond = true;
701 isCond = true;
707 isCond = true;
713 isCond = true;
719 isCond = true;
725 isCond = true;
731 isCond = true;
736 ImmBranches.push_back(ImmBranch(&MI, MaxOffs, isCond, UOpc));
1513 if (!Br.isCond)