Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4319 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function
4353 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
4354 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
4361 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote()
4362 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote()
4372 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
4430 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
4514 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()