Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp193 unsigned NumCmpSelectPatternInst = 0; in AddReductionVar() local
280 ++NumCmpSelectPatternInst; in AddReductionVar()
282 ++NumCmpSelectPatternInst; in AddReductionVar()
341 NumCmpSelectPatternInst != 2) in AddReductionVar()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DIVDescriptors.cpp254 unsigned NumCmpSelectPatternInst = 0; in AddReductionVar() local
425 ++NumCmpSelectPatternInst; in AddReductionVar()
428 ++NumCmpSelectPatternInst; in AddReductionVar()
508 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2 && in AddReductionVar()
509 NumCmpSelectPatternInst != 0) in AddReductionVar()
512 if (isSelectCmpRecurrenceKind(Kind) && NumCmpSelectPatternInst != 1) in AddReductionVar()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIVDescriptors.cpp223 unsigned NumCmpSelectPatternInst = 0; in AddReductionVar() local
326 ++NumCmpSelectPatternInst; in AddReductionVar()
328 ++NumCmpSelectPatternInst; in AddReductionVar()
393 NumCmpSelectPatternInst != 2) in AddReductionVar()