Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ReverseBranchCondition

178     bool ReverseBranchCondition(BBInfo &BBI);
435 /// ReverseBranchCondition - Reverse the condition of the end of the block
437 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
439 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
736 if (TII->ReverseBranchCondition(Cond))
739 if (TII->ReverseBranchCondition(RevPred) ||
794 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1043 if (TII->ReverseBranchCondition(Cond))
1116 if (TII->ReverseBranchCondition(Cond))
1120 if (ReverseBranchCondition(*CvtBBI)) {
1163 if (TII->ReverseBranchCondition(RevCond))
1235 if (TII->ReverseBranchCondition(RevCond))