Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7329 unsigned LeafOpcode = 0; in matchAssociativeReduction() local
7389 (!LeafOpcode || LeafOpcode == EdgeInst->getOpcode() || IsRdxInst)) { in matchAssociativeReduction()
7397 } else if (!LeafOpcode) { in matchAssociativeReduction()
7398 LeafOpcode = EdgeInst->getOpcode(); in matchAssociativeReduction()