Searched refs:compare_tree_edges (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c1459 Folding the early checks into the compare_tree_edges recursion
1463 #define compare_tree_edges(E1, E2) \ macro
1479 compare_tree_edges (TREE_TYPE (t1), TREE_TYPE (t2));
1488 compare_tree_edges (VECTOR_CST_ELT (t1, i), VECTOR_CST_ELT (t2, i));
1493 compare_tree_edges (TREE_REALPART (t1), TREE_REALPART (t2));
1494 compare_tree_edges (TREE_IMAGPART (t1), TREE_IMAGPART (t2));
1499 compare_tree_edges (DECL_NAME (t1), DECL_NAME (t2));
1512 compare_tree_edges (DECL_CONTEXT (t1), DECL_CONTEXT (t2));
1517 compare_tree_edges (DECL_SIZE (t1), DECL_SIZE (t2));
1518 compare_tree_edges (DECL_SIZE_UNI
1684 #undef compare_tree_edges macro
[all...]

Completed in 107 milliseconds