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)) {
728 if (TII->ReverseBranchCondition(Cond))
731 if (TII->ReverseBranchCondition(RevPred) ||
786 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1037 if (TII->ReverseBranchCondition(Cond))
1110 if (TII->ReverseBranchCondition(Cond))
1114 if (ReverseBranchCondition(*CvtBBI)) {
1157 if (TII->ReverseBranchCondition(RevCond))
1229 if (TII->ReverseBranchCondition(RevCond))