Lines Matching refs:reverseBranchCondition
230 bool reverseBranchCondition(BBInfo &BBI) const;
624 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
626 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
927 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
931 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1040 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1198 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1201 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1287 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1559 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1645 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1649 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1707 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1798 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()