Home
last modified time | relevance | path

Searched refs:RevCond (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1039 BBI.IsBrReversible = (RevCond.size() == 0) || in AnalyzeBranches()
1040 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1286 RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local
1287 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1396 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock()
1407 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock()
1417 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
1705 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local
1707 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1798 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()
[all …]