Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1550 if (auto *PBranch = dyn_cast<PredicateBranch>(PI)) { in performSymbolicPredicateInfoEvaluation() local
1551 if (PBranch->TrueEdge) in performSymbolicPredicateInfoEvaluation()
1597 if (const auto *PBranch = dyn_cast<PredicateBranch>(PI)) { in performSymbolicPredicateInfoEvaluation() local
1603 if ((PBranch->TrueEdge && Predicate == CmpInst::ICMP_EQ) || in performSymbolicPredicateInfoEvaluation()
1604 (!PBranch->TrueEdge && Predicate == CmpInst::ICMP_NE)) { in performSymbolicPredicateInfoEvaluation()
1611 if (((PBranch->TrueEdge && Predicate == CmpInst::FCMP_OEQ) || in performSymbolicPredicateInfoEvaluation()
1612 (!PBranch->TrueEdge && Predicate == CmpInst::FCMP_UNE)) && in performSymbolicPredicateInfoEvaluation()
1910 if (const auto *PBranch = dyn_cast_or_null<PredicateBranch>(PI)) { in performSymbolicCmpEvaluation() local
1916 if (!DT->dominates(PBranch->To, getBlockForValue(I))) in performSymbolicCmpEvaluation()
1923 auto *BranchCond = dyn_cast<CmpInst>(PBranch->Condition); in performSymbolicCmpEvaluation()
[all …]