Lines Matching refs:reverseBranchCondition
226 bool reverseBranchCondition(BBInfo &BBI) const;
619 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
621 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
922 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
926 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1035 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1193 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1196 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1282 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1544 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1630 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1634 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1692 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1783 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()