Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7338 unsigned EdgeToVisit = Stack.back().second++; in matchAssociativeReduction() local
7343 if (IsReducedValue || EdgeToVisit == getNumberOfOperands(TreeN)) { in matchAssociativeReduction()
7369 Value *EdgeVal = TreeN->getOperand(EdgeToVisit); in matchAssociativeReduction()