Lines Matching refs:reverseBranchCondition
228 bool reverseBranchCondition(BBInfo &BBI) const;
622 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
624 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
925 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
929 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1038 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1196 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1199 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1285 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1557 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1643 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1647 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1705 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1796 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()