Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ReverseBranchCondition

175     bool ReverseBranchCondition(BBInfo &BBI);
426 /// ReverseBranchCondition - Reverse the condition of the end of the block
428 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
727 if (TII->ReverseBranchCondition(Cond))
730 if (TII->ReverseBranchCondition(RevPred) ||
785 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1036 if (TII->ReverseBranchCondition(Cond))
1109 if (TII->ReverseBranchCondition(Cond))
1113 if (ReverseBranchCondition(*CvtBBI)) {
1156 if (TII->ReverseBranchCondition(RevCond))
1228 if (TII->ReverseBranchCondition(RevCond))