Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1263 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local
1268 while (CurrentPred && Iter++ < ImplicationSearchThreshold) { in processImpliedCondition()
1269 auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator()); in processImpliedCondition()
1291 CurrentBB = CurrentPred; in processImpliedCondition()
1292 CurrentPred = CurrentBB->getSinglePredecessor(); in processImpliedCondition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1117 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local
1118 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()
1120 VecPred = CurrentPred; in getCmpSelInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3904 CmpInst::Predicate CurrentPred; in getEntryCost() local
3905 auto MatchCmp = m_Cmp(CurrentPred, m_Value(), m_Value()); in getEntryCost()
3908 (!First && VecPred != CurrentPred)) { in getEntryCost()
3913 VecPred = CurrentPred; in getEntryCost()