Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4018 unsigned EdgeToVist = Stack.back().second++; in matchAssociativeReduction() local
4031 if (EdgeToVist == 2 || IsReducedValue) { in matchAssociativeReduction()
4052 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5635 unsigned EdgeToVist = Stack.back().second++; in matchAssociativeReduction() local
5640 if (IsReducedValue || EdgeToVist == OpData.getNumberOfOperands()) { in matchAssociativeReduction()
5666 Value *NextV = TreeN->getOperand(EdgeToVist); in matchAssociativeReduction()