Home
last modified time | relevance | path

Searched refs:cgraph_order_sort (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphunit.cc2030 struct cgraph_order_sort struct
2033 cgraph_order_sort (cgraph_node *node) in cgraph_order_sort() argument
2040 cgraph_order_sort (varpool_node *node) in cgraph_order_sort() function
2047 cgraph_order_sort (asm_node *node) in cgraph_order_sort() argument
2069 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 …]
H A DChangeLog-20061773 struct cgraph_order_sort, cgraph_output_in_order,
22565 (struct cgraph_order_sort): Define.
H A DChangeLog-202016564 (struct cgraph_order_sort): Add constructors.
16565 (cgraph_order_sort::process): New.
H A DChangeLog-200924001 of struct cgraph_order_sort.
H A DChangeLog-201226592 (cgraph_order_sort): Update.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c2503 struct cgraph_order_sort struct
2506 cgraph_order_sort (cgraph_node *node) in cgraph_order_sort() function
2513 cgraph_order_sort (varpool_node *node) in cgraph_order_sort() argument
2520 cgraph_order_sort (asm_node *node) in cgraph_order_sort() argument
2542 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 …]