Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1033 BBI.IsBrReversible = (RevCond.size() == 0) || in AnalyzeBranches()
1034 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1280 RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local
1281 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1390 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock()
1401 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock()
1411 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
1689 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local
1691 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1782 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()
[all …]