Searched refs:m_cgraph_node_postorder (Results 1 – 4 of 4) sorted by relevance
53 m_cgraph_node_postorder (XCNEWVEC (struct cgraph_node *, in analysis_plan()60 m_num_cgraph_nodes = ipa_reverse_postorder (m_cgraph_node_postorder); in analysis_plan()64 "analysis_plan", m_cgraph_node_postorder, in analysis_plan()72 gcc_assert (m_cgraph_node_postorder[i]->get_uid () in analysis_plan()74 m_index_by_uid[m_cgraph_node_postorder[i]->get_uid ()] = i; in analysis_plan()82 free (m_cgraph_node_postorder); in ~analysis_plan()
50 cgraph_node **m_cgraph_node_postorder; variable
54 m_cgraph_node_postorder (XCNEWVEC (struct cgraph_node *, in analysis_plan()61 m_num_cgraph_nodes = ipa_reverse_postorder (m_cgraph_node_postorder); in analysis_plan()65 "analysis_plan", m_cgraph_node_postorder, in analysis_plan()73 gcc_assert (m_cgraph_node_postorder[i]->get_uid () in analysis_plan()75 m_index_by_uid[m_cgraph_node_postorder[i]->get_uid ()] = i; in analysis_plan()83 free (m_cgraph_node_postorder); in ~analysis_plan()