Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9703 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function
9740 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
9741 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
9748 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote()
9749 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote()
9759 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
9817 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
9901 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()