Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcgraphunit.c1345 struct cgraph_order_sort struct
1367 struct cgraph_order_sort *nodes; in cgraph_output_in_order() argument
1374 size = max * sizeof (struct cgraph_order_sort); in cgraph_output_in_order()
1375 nodes = (struct cgraph_order_sort *) alloca (size); in cgraph_output_in_order()
HDChangeLog-200615480 (struct cgraph_order_sort): Define.