Lines Matching refs:ReverseBranchCondition
175 bool ReverseBranchCondition(BBInfo &BBI);
428 bool IfConverter::ReverseBranchCondition(BBInfo &BBI) { in ReverseBranchCondition() function in IfConverter
430 if (!TII->ReverseBranchCondition(BBI.BrCond)) { in ReverseBranchCondition()
728 if (TII->ReverseBranchCondition(Cond)) in FeasibilityAnalysis()
731 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
786 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
1037 if (TII->ReverseBranchCondition(Cond)) in IfConvertSimple()
1110 if (TII->ReverseBranchCondition(Cond)) in IfConvertTriangle()
1114 if (ReverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1157 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
1229 if (TII->ReverseBranchCondition(RevCond)) in IfConvertDiamond()