Searched refs:child_clusters (Results 1 – 1 of 1) sorted by relevance
4747 auto_vec<supernode_cluster *> child_clusters (m_map.elements ()); in dump_dot() local4751 child_clusters.quick_push ((*iter).second); in dump_dot()4753 child_clusters.qsort (supernode_cluster::cmp_ptr_ptr); in dump_dot()4757 FOR_EACH_VEC_ELT (child_clusters, i, child_cluster) in dump_dot()4888 auto_vec<function_call_string_cluster *> child_clusters (m_map.elements ()); in dump_dot() local4892 child_clusters.quick_push ((*iter).second); in dump_dot()4894 child_clusters.qsort (function_call_string_cluster::cmp_ptr_ptr); in dump_dot()4897 FOR_EACH_VEC_ELT (child_clusters, i, child_cluster) in dump_dot()