Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9704 SmallVectorImpl<Value *> &ToDemote, in collectValuesToDemote() argument
9708 ToDemote.push_back(V); in collectValuesToDemote()
9740 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
9741 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
9759 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
9770 ToDemote.push_back(V); in collectValuesToDemote()
9814 SmallVector<Value *, 32> ToDemote; in computeMinimumValueSizes() local
9817 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
9863 for (auto *Scalar : ToDemote) { in computeMinimumValueSizes()
9901 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()
[all …]