Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp805 SmallVector<MachineOperand, 4> RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local
806 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock()
823 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
882 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock()
892 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock()
901 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock()
1222 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local
1224 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle()
1226 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, nullptr, RevCond, dl); in IfConvertTriangle()
1314 SmallVector<MachineOperand, 4> RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertDiamond() local
[all …]