Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp917 BBI.IsBrReversible = (RevCond.size() == 0) || in AnalyzeBranches()
918 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1164 RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local
1165 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1278 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock()
1289 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock()
1299 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
1587 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local
1589 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1680 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()
[all …]