Searched refs:cmp_tree (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 1624 cmp_tree (const void *p1_, const void *p2_) in cmp_tree() function 1747 qsort (map2, len, 2 * sizeof (tree), cmp_tree); in unify_scc() 1748 qsort (map, len, 2 * sizeof (tree), cmp_tree); in unify_scc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 1633 cmp_tree (const void *p1_, const void *p2_) in cmp_tree() function 1756 qsort (map2, len, 2 * sizeof (tree), cmp_tree); in unify_scc() 1757 qsort (map, len, 2 * sizeof (tree), cmp_tree); in unify_scc()
|
H A D | ChangeLog | 467 (cmp_tree): Same. 2477 (cmp_tree): New function.
|