Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp20517 SmallVector<unsigned> RootDemotes; in computeMinimumValueSizes() local
20524 RootDemotes.push_back(NodeIdx); in computeMinimumValueSizes()
20744 RootDemotes.push_back(NodeIdx); in computeMinimumValueSizes()
20765 if (ReductionBitWidth != 0 && (IsTopRoot || !RootDemotes.empty())) { in computeMinimumValueSizes()
20772 for (unsigned Idx : RootDemotes) { in computeMinimumValueSizes()
20784 RootDemotes.clear(); in computeMinimumValueSizes()