Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6480 SmallVectorImpl<Value *> &ToDemote, in collectValuesToDemote() argument
6484 ToDemote.push_back(V); in collectValuesToDemote()
6516 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
6517 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
6535 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
6546 ToDemote.push_back(V); in collectValuesToDemote()
6590 SmallVector<Value *, 32> ToDemote; in computeMinimumValueSizes() local
6593 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
6639 for (auto *Scalar : ToDemote) { in computeMinimumValueSizes()
6677 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()
[all …]