Searched refs:CurrentPred (Results 1 – 3 of 3) sorted by relevance
1161 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local1166 while (CurrentPred && Iter++ < ImplicationSearchThreshold) { in processImpliedCondition()1167 auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator()); in processImpliedCondition()1201 CurrentBB = CurrentPred; in processImpliedCondition()1202 CurrentPred = CurrentBB->getSinglePredecessor(); in processImpliedCondition()
1353 CmpInst::Predicate CurrentPred = I->getPredicate(); in getSameOpcode() local1355 CmpInst::getSwappedPredicate(CurrentPred); in getSameOpcode()1356 UniqueNonSwappedPreds.insert(CurrentPred); in getSameOpcode()1357 if (!UniquePreds.contains(CurrentPred) && in getSameOpcode()1359 UniquePreds.insert(CurrentPred); in getSameOpcode()1421 CmpInst::Predicate CurrentPred = Inst->getPredicate(); in getSameOpcode() local1423 CmpInst::getSwappedPredicate(CurrentPred); in getSameOpcode()1426 (BasePred == CurrentPred || BasePred == SwappedCurrentPred)) in getSameOpcode()1435 } else if (BasePred != CurrentPred) { in getSameOpcode()1443 if (BasePred == CurrentPred || BasePred == SwappedCurrentPred || in getSameOpcode()[all …]
4288 CmpPredicate CurrentPred; in getCmpSelInstrCost() local4289 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()4291 VecPred = CurrentPred; in getCmpSelInstrCost()