Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2635 /// truncation. We collect the entries that will be demoted in ToDemote.
2637 /// \param ToDemote indices of the nodes to be demoted.
2640 SmallVectorImpl<unsigned> &ToDemote,
15126 SmallVectorImpl<unsigned> &ToDemote, DenseSet<const TreeEntry *> &Visited, in collectValuesToDemote() argument
15199 ToDemote.push_back(E.Idx); in collectValuesToDemote()
15230 ToDemote, Visited, Level, IsProfitableToDemote, in collectValuesToDemote()
15295 ToDemote.push_back(E.Idx); in collectValuesToDemote()
15541 SmallVector<unsigned> ToDemote; in computeMinimumValueSizes() local
15546 ToDemote.clear(); in computeMinimumValueSizes()
15572 ToDemote in computeMinimumValueSizes()
[all...]