Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11041 static bool collectValuesToDemote(Value *V, SmallPtrSetImpl<Value *> &Expr, in collectValuesToDemote() function
11077 if (!collectValuesToDemote(I->getOperand(0), Expr, ToDemote, Roots) || in collectValuesToDemote()
11078 !collectValuesToDemote(I->getOperand(1), Expr, ToDemote, Roots)) in collectValuesToDemote()
11085 if (!collectValuesToDemote(SI->getTrueValue(), Expr, ToDemote, Roots) || in collectValuesToDemote()
11086 !collectValuesToDemote(SI->getFalseValue(), Expr, ToDemote, Roots)) in collectValuesToDemote()
11096 if (!collectValuesToDemote(IncValue, Expr, ToDemote, Roots)) in collectValuesToDemote()
11154 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
11238 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()