Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1262 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local
1267 while (CurrentPred && Iter++ < ImplicationSearchThreshold) { in processImpliedCondition()
1268 auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator()); in processImpliedCondition()
1290 CurrentBB = CurrentPred; in processImpliedCondition()
1291 CurrentPred = CurrentBB->getSinglePredecessor(); in processImpliedCondition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1446 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local
1447 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()
1449 VecPred = CurrentPred; in getCmpSelInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3993 CmpInst::Predicate CurrentPred; in getEntryCost() local
3994 auto MatchCmp = m_Cmp(CurrentPred, m_Value(), m_Value()); in getEntryCost()
3997 (!First && VecPred != CurrentPred)) { in getEntryCost()
4002 VecPred = CurrentPred; in getEntryCost()