Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1240 BasicBlock *CurrentPred = BB->getSinglePredecessor(); in processImpliedCondition() local
1245 while (CurrentPred && Iter++ < ImplicationSearchThreshold) { in processImpliedCondition()
1246 auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator()); in processImpliedCondition()
1280 CurrentBB = CurrentPred; in processImpliedCondition()
1281 CurrentPred = CurrentBB->getSinglePredecessor(); in processImpliedCondition()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp547 CmpInst::Predicate CurrentPred = in getSameOpcode() local
550 CmpInst::getSwappedPredicate(CurrentPred); in getSameOpcode()
554 if (BasePred == CurrentPred && in getSameOpcode()
568 if (AltPred == CurrentPred && in getSameOpcode()
5494 ((P0 == CurrentPred && in buildTree_rec()
5496 (AltP0 == CurrentPred && in buildTree_rec()
5499 } else if (P0 != CurrentPred && AltP0 != CurrentPred) { in buildTree_rec()
5806 return AltP0 == CurrentPred || AltP0Swapped == CurrentPred; in isAlternateInstruction()
6322 CmpInst::Predicate CurrentPred; in getEntryCost() local
6326 (!First && VecPred != CurrentPred)) { in getEntryCost()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2134 CmpInst::Predicate CurrentPred; in getCmpSelInstrCost() local
2135 if (match(I, m_Select(m_Cmp(CurrentPred, m_Value(), m_Value()), m_Value(), in getCmpSelInstrCost()
2137 VecPred = CurrentPred; in getCmpSelInstrCost()