Searched refs:ValuePairWithDepth (Results 1 – 1 of 1) sorted by relevance
221 typedef std::pair<ValuePair, size_t> ValuePairWithDepth; typedef1598 SmallVector<ValuePairWithDepth, 32> Q; in buildInitialDAGFor()1600 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first))); in buildInitialDAGFor()1602 ValuePairWithDepth QTop = Q.back(); in buildInitialDAGFor()1617 Q.push_back(ValuePairWithDepth(*k, QTop.second+d)); in buildInitialDAGFor()1627 DAG.insert(ValuePairWithDepth(QTop.first, MaxChildDepth)); in buildInitialDAGFor()1646 SmallVector<ValuePairWithDepth, 32> Q; in pruneDAGFor()1648 Q.push_back(ValuePairWithDepth(J, getDepthFactor(J.first))); in pruneDAGFor()1650 ValuePairWithDepth QTop = Q.pop_back_val(); in pruneDAGFor()1654 SmallVector<ValuePairWithDepth, 8> BestChildren; in pruneDAGFor()[all …]