Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7679 unsigned LeafOpcode = 0; in matchAssociativeReduction() local
7739 (!LeafOpcode || LeafOpcode == EdgeInst->getOpcode() || IsRdxInst)) { in matchAssociativeReduction()
7747 } else if (!LeafOpcode) { in matchAssociativeReduction()
7748 LeafOpcode = EdgeInst->getOpcode(); in matchAssociativeReduction()