Lines Matching refs:ToDemote
9704 SmallVectorImpl<Value *> &ToDemote, in collectValuesToDemote() argument
9708 ToDemote.push_back(V); in collectValuesToDemote()
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()
9770 ToDemote.push_back(V); in collectValuesToDemote()
9814 SmallVector<Value *, 32> ToDemote; in computeMinimumValueSizes() local
9817 if (!collectValuesToDemote(Root, Expr, ToDemote, Roots)) in computeMinimumValueSizes()
9863 for (auto *Scalar : ToDemote) { in computeMinimumValueSizes()
9901 collectValuesToDemote(Roots.pop_back_val(), Expr, ToDemote, Roots); in computeMinimumValueSizes()
9904 for (auto *Scalar : ToDemote) in computeMinimumValueSizes()