Lines Matching refs:ReverseBranchCondition
198 bool ReverseBranchCondition(BBInfo &BBI);
453 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter
455 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition()
787 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis()
790 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
874 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
1134 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple()
1221 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle()
1225 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1284 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
1376 if (TII->ReverseBranchCondition(RevCond)) in IfConvertDiamond()