Searched refs:ValuePairWithDepth (Results 1 – 1 of 1) sorted by relevance
221 typedef std::pair<ValuePair, size_t> ValuePairWithDepth; typedef1616 SmallVector<ValuePairWithDepth, 32> Q; in buildInitialDAGFor()1618 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first))); in buildInitialDAGFor()1620 ValuePairWithDepth QTop = Q.back(); in buildInitialDAGFor()1635 Q.push_back(ValuePairWithDepth(*k, QTop.second+d)); in buildInitialDAGFor()1645 DAG.insert(ValuePairWithDepth(QTop.first, MaxChildDepth)); in buildInitialDAGFor()1664 SmallVector<ValuePairWithDepth, 32> Q; in pruneDAGFor()1666 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first))); in pruneDAGFor()1668 ValuePairWithDepth QTop = Q.pop_back_val(); in pruneDAGFor()1672 SmallVector<ValuePairWithDepth, 8> BestChildren; in pruneDAGFor()[all …]