Searched refs:RevCond (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 839 RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBlock() local 840 bool CanRevCond = !TII->ReverseBranchCondition(RevCond); in AnalyzeBlock() 857 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock() 916 FeasibilityAnalysis(FalseBBI, RevCond, true)) { in AnalyzeBlock() 926 FeasibilityAnalysis(FalseBBI, RevCond, true, true)) { in AnalyzeBlock() 935 FeasibilityAnalysis(FalseBBI, RevCond)) { in AnalyzeBlock() 1242 SmallVector<MachineOperand, 4> RevCond(CvtBBI->BrCond.begin(), in IfConvertTriangle() local 1244 if (TII->ReverseBranchCondition(RevCond)) in IfConvertTriangle() 1261 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, nullptr, RevCond, dl); in IfConvertTriangle() 1335 SmallVector<MachineOperand, 4> RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertDiamond() local [all …]
|