Searched refs:CurrentPred (Results 1 – 3 of 3) sorted by relevance
1164 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local1169 while (CurrentPred && Iter++ < ImplicationSearchThreshold) { in processImpliedCondition()1170 auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator()); in processImpliedCondition()1204 CurrentBB = CurrentPred; in processImpliedCondition()1205 CurrentPred = CurrentBB->getSinglePredecessor(); in processImpliedCondition()
780 CmpInst::Predicate CurrentPred = I->getPredicate(); in getSameOpcode() local782 CmpInst::getSwappedPredicate(CurrentPred); in getSameOpcode()783 UniqueNonSwappedPreds.insert(CurrentPred); in getSameOpcode()784 if (!UniquePreds.contains(CurrentPred) && in getSameOpcode()786 UniquePreds.insert(CurrentPred); in getSameOpcode()841 CmpInst::Predicate CurrentPred = Inst->getPredicate(); in getSameOpcode() local843 CmpInst::getSwappedPredicate(CurrentPred); in getSameOpcode()846 (BasePred == CurrentPred || BasePred == SwappedCurrentPred)) in getSameOpcode()855 } else if (BasePred != CurrentPred) { in getSameOpcode()863 if (BasePred == CurrentPred || BasePred == SwappedCurrentPred || in getSameOpcode()[all …]
3249 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local3250 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()3252 VecPred = CurrentPred; in getCmpSelInstrCost()