Searched refs:collectValuesToDemote (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2275 bool collectValuesToDemote( 13107 bool BoUpSLP::collectValuesToDemote( in collectValuesToDemote() function in BoUpSLP 13148 if (!collectValuesToDemote(I->getOperand(0), ToDemote, DemotedConsts, Roots, in collectValuesToDemote() 13150 !collectValuesToDemote(I->getOperand(1), ToDemote, DemotedConsts, Roots, in collectValuesToDemote() 13159 if (!collectValuesToDemote(SI->getTrueValue(), ToDemote, DemotedConsts, in collectValuesToDemote() 13161 !collectValuesToDemote(SI->getFalseValue(), ToDemote, DemotedConsts, in collectValuesToDemote() 13172 if (!collectValuesToDemote(IncValue, ToDemote, DemotedConsts, Roots, in collectValuesToDemote() 13211 if (!collectValuesToDemote(Root, ToDemote, DemotedConsts, Roots, Visited)) in computeMinimumValueSizes() 13296 collectValuesToDemote(Roots.pop_back_val(), ToDemote, DemotedConsts, Roots, in computeMinimumValueSizes()
|