Lines Matching refs:reverseBranchCondition
226 bool reverseBranchCondition(BBInfo &BBI) const;
618 bool IfConverter::reverseBranchCondition(BBInfo &BBI) const { in reverseBranchCondition() function in IfConverter
620 if (!TII->reverseBranchCondition(BBI.BrCond)) { in reverseBranchCondition()
921 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
925 reverseBranchCondition(FalseBBI); in ValidForkedDiamond()
1034 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1192 if (TII->reverseBranchCondition(Cond)) in FeasibilityAnalysis()
1195 if (TII->reverseBranchCondition(RevPred) || in FeasibilityAnalysis()
1281 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1543 if (TII->reverseBranchCondition(Cond)) in IfConvertSimple()
1629 if (TII->reverseBranchCondition(Cond)) in IfConvertTriangle()
1633 if (reverseBranchCondition(*CvtBBI)) { in IfConvertTriangle()
1691 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1782 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()