Searched refs:CurrentPred (Results 1 – 3 of 3) sorted by relevance
1263 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local1268 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()
1117 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local1118 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()1120 VecPred = CurrentPred; in getCmpSelInstrCost()
3904 CmpInst::Predicate CurrentPred; in getEntryCost() local3905 auto MatchCmp = m_Cmp(CurrentPred, m_Value(), m_Value()); in getEntryCost()3908 (!First && VecPred != CurrentPred)) { in getEntryCost()3913 VecPred = CurrentPred; in getEntryCost()