Searched refs:CurrentPred (Results 1 – 3 of 3) sorted by relevance
1262 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local1267 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()
1446 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local1447 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()1449 VecPred = CurrentPred; in getCmpSelInstrCost()
3993 CmpInst::Predicate CurrentPred; in getEntryCost() local3994 auto MatchCmp = m_Cmp(CurrentPred, m_Value(), m_Value()); in getEntryCost()3997 (!First && VecPred != CurrentPred)) { in getEntryCost()4002 VecPred = CurrentPred; in getEntryCost()