Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6204 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function
6241 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
6242 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
6249 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote()
6250 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote()
6260 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
6318 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
6402 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()