Searched refs:cgraph_order_sort (Results 1 – 6 of 6) sorted by relevance
2030 struct cgraph_order_sort struct2033 cgraph_order_sort (cgraph_node *node) in cgraph_order_sort() argument2040 cgraph_order_sort (varpool_node *node) in cgraph_order_sort() function2047 cgraph_order_sort (asm_node *node) in cgraph_order_sort() argument2069 cgraph_order_sort::process () in process()2096 const cgraph_order_sort *nodea = (const cgraph_order_sort *)a_p; in cgraph_order_cmp()2097 const cgraph_order_sort *nodeb = (const cgraph_order_sort *)b_p; in cgraph_order_cmp()2115 auto_vec<cgraph_order_sort> nodes; in output_in_order()2116 cgraph_order_sort *node; in output_in_order()2121 nodes.safe_push (cgraph_order_sort (cnode)); in output_in_order()[all …]
1773 struct cgraph_order_sort, cgraph_output_in_order,22565 (struct cgraph_order_sort): Define.
16564 (struct cgraph_order_sort): Add constructors.16565 (cgraph_order_sort::process): New.
24001 of struct cgraph_order_sort.
26592 (cgraph_order_sort): Update.
2503 struct cgraph_order_sort struct2506 cgraph_order_sort (cgraph_node *node) in cgraph_order_sort() function2513 cgraph_order_sort (varpool_node *node) in cgraph_order_sort() argument2520 cgraph_order_sort (asm_node *node) in cgraph_order_sort() argument2542 cgraph_order_sort::process () in process()2569 const cgraph_order_sort *nodea = (const cgraph_order_sort *)a_p; in cgraph_order_cmp()2570 const cgraph_order_sort *nodeb = (const cgraph_order_sort *)b_p; in cgraph_order_cmp()2588 auto_vec<cgraph_order_sort> nodes; in output_in_order()2589 cgraph_order_sort *node; in output_in_order()2594 nodes.safe_push (cgraph_order_sort (cnode)); in output_in_order()[all …]