Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp725 SmallVector<MachineOperand, 4> RevPred(Pred.begin(), Pred.end()); in FeasibilityAnalysis() local
731 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
732 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()
/external/llvm/lib/CodeGen/
DIfConversion.cpp784 SmallVector<MachineOperand, 4> RevPred(Pred.begin(), Pred.end()); in FeasibilityAnalysis() local
790 if (TII->ReverseBranchCondition(RevPred) || in FeasibilityAnalysis()
791 !TII->SubsumesPredicate(Cond, RevPred)) in FeasibilityAnalysis()