Searched refs:sorted_nodes (Results 1 – 3 of 3) sorted by relevance
78 std::vector<T*> sorted_nodes = nodes; in SortNodes() local79 std::stable_sort(sorted_nodes.begin(), sorted_nodes.end(), in SortNodes()119 return sorted_nodes; in SortNodes()
79 std::vector<T*> sorted_nodes = nodes; in SortNodes() local80 std::stable_sort(sorted_nodes.begin(), sorted_nodes.end(), in SortNodes()117 return sorted_nodes; in SortNodes()
1254 std::vector<Node*> sorted_nodes; in FindCompilationCandidates() local1256 sorted_nodes.push_back(node); in FindCompilationCandidates()1258 std::sort(sorted_nodes.begin(), sorted_nodes.end(), NodeComparatorID()); in FindCompilationCandidates()1268 VLOG(2) << "sorted_nodes.size() = " << sorted_nodes.size(); in FindCompilationCandidates()1283 for (Node* node : sorted_nodes) { in FindCompilationCandidates()