Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp1037 BBI.IsBrReversible = (RevCond.size() == 0) || in AnalyzeBranches()
1038 !TII->reverseBranchCondition(RevCond); in AnalyzeBranches()
1284 RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local
1285 bool CanRevCond = !TII->reverseBranchCondition(RevCond); in AnalyzeBlock()
1394 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock()
1405 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock()
1415 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
1703 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local
1705 if (TII->reverseBranchCondition(RevCond)) in IfConvertTriangle()
1796 if (TII->reverseBranchCondition(RevCond)) in IfConvertDiamondCommon()
[all …]