Lines Matching refs:reverseBranchCondition
226 bool reverseBranchCondition(BBInfo &BBI) const;
520 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
522 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
820 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
824 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
918 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1076 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1079 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1165 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1441 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1527 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1531 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1589 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1680 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()