Home
last modified time | relevance | path

Searched refs:tp_first_run_node_cmp (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcgraphunit.cc1907 tp_first_run_node_cmp (const void *pa, const void *pb) in tp_first_run_node_cmp() function
1970 sizeof (cgraph_node *), tp_first_run_node_cmp); in expand_all_functions()
Dcgraph.h2598 int tp_first_run_node_cmp (const void *pa, const void *pb);
DChangeLog-20191073 * cgraphunit.c (tp_first_run_node_cmp): Do not watch for overflows.
1470 (tp_first_run_node_cmp): Deeclare.
1472 (tp_first_run_node_cmp): ... this; export; watch for 64bit overflows;
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc512 order.qsort (tp_first_run_node_cmp); in lto_balanced_map()
DChangeLog314 (lto_balanced_map): Use tp_first_run_node_cmp.