Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ReverseBranchCondition

187     bool ReverseBranchCondition(BBInfo &BBI);
446 /// ReverseBranchCondition - Reverse the condition of the end of the block
448 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) {
450 if (!TII->ReverseBranchCondition(BBI.BrCond)) {
743 if (TII->ReverseBranchCondition(Cond))
746 if (TII->ReverseBranchCondition(RevPred) ||
801 bool CanRevCond = !TII->ReverseBranchCondition(RevCond);
1046 if (TII->ReverseBranchCondition(Cond))
1155 if (TII->ReverseBranchCondition(Cond))
1159 if (ReverseBranchCondition(*CvtBBI)) {
1218 if (TII->ReverseBranchCondition(RevCond))
1309 if (TII->ReverseBranchCondition(RevCond))