Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp251 unsigned NumCmpSelectPatternInst = 0; in AddReductionVar() local
421 ++NumCmpSelectPatternInst; in AddReductionVar()
424 ++NumCmpSelectPatternInst; in AddReductionVar()
504 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2 && in AddReductionVar()
505 NumCmpSelectPatternInst != 0) in AddReductionVar()
508 if (isAnyOfRecurrenceKind(Kind) && NumCmpSelectPatternInst != 1) in AddReductionVar()