Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22797 bool InitStep) { in tryToReduce() argument
22800 if (isBoolLogicOp(RedOp1) && ((!InitStep && LHS == VectorizedTree) || in tryToReduce()
22804 if (isBoolLogicOp(RedOp2) && ((!InitStep && RHS == VectorizedTree) || in tryToReduce()
22820 bool InitStep) { in tryToReduce() argument
22841 RedOp, InitStep); in tryToReduce()
22865 bool InitStep = true; in tryToReduce() local
22868 FinalGen(ExtraReductions, InitStep); in tryToReduce()
22870 InitStep = false; in tryToReduce()