Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ReverseBranchCondition

198     bool ReverseBranchCondition(BBInfo &BBI);
451 /// ReverseBranchCondition - Reverse the condition of the end of the block
453 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
455 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
787 if (TII->ReverseBranchCondition(Cond))
790 if (TII->ReverseBranchCondition(RevPred) ||
874 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1134 if (TII->ReverseBranchCondition(Cond))
1221 if (TII->ReverseBranchCondition(Cond))
1225 if (ReverseBranchCondition(*CvtBBI)) {
1284 if (TII->ReverseBranchCondition(RevCond))
1376 if (TII->ReverseBranchCondition(RevCond))