Lines Matching refs:RevCond
800 SmallVector<MachineOperand, 4> RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local
801 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
818 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
877 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock()
887 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock()
896 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
1216 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local
1218 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
1220 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, nullptr, RevCond, dl); in IfConvertTriangle()
1308 SmallVector<MachineOperand, 4> RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertDiamond() local
1309 if (TII->ReverseBranchCondition(RevCond)) in IfConvertDiamond()
1312 SmallVector<MachineOperand, 4> *Cond2 = &RevCond; in IfConvertDiamond()