Searched refs:IsCmpSelMinMax (Results 1 – 1 of 1) sorted by relevance
14227 static bool hasRequiredNumberOfUses(bool IsCmpSelMinMax, Instruction *I) { in hasRequiredNumberOfUses() argument14228 if (IsCmpSelMinMax) { in hasRequiredNumberOfUses()14293 bool IsCmpSelMinMax = isCmpSelMinMax(Root); in matchAssociativeReduction() local14319 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()14320 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()14555 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce() local14829 getReductionCost(TTI, VL, IsCmpSelMinMax, ReduxWidth, RdxFMF); in tryToReduce()14867 if (IsCmpSelMinMax) in tryToReduce()15082 bool IsCmpSelMinMax, unsigned ReduxWidth, in getReductionCost() argument15099 if (RdxVal->hasNUsesOrMore(IsCmpSelMinMax ? 3 : 2)) { in getReductionCost()[all …]