Home
last modified time | relevance | path

Searched refs:return_with_debug (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c130 return return_with_debug (slot == e2); in compare_edge()
147 return return_with_debug (t1 == t2); in compare_decl()
160 return return_with_debug (slot == t2); in compare_decl()
272 return return_with_debug (compare_variable_decl (t1, t2)); in operand_equal_p()
278 return return_with_debug (bb1 != NULL && bb2 != NULL && *bb1 == *bb2); in operand_equal_p()
369 return return_with_debug (ret); in compare_variable_decl()
H A Dipa-icf-gimple.h74 #define return_with_debug(result) return_with_result \ macro
H A Dipa-icf.c1700 return return_with_debug (t1 == t2); in equals()
1763 return return_with_debug (sem_variable::equals (x1, x2) in equals()
1793 return return_with_debug (tree_int_cst_equal (t1, t2)); in equals()
1808 return return_with_debug (FIXED_VALUES_IDENTICAL (TREE_FIXED_CST (t1), in equals()
1817 return return_with_debug (real_identical (&TREE_REAL_CST (t1), in equals()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.cc139 return return_with_debug (slot == e2); in compare_edge()
156 return return_with_debug (t1 == t2); in compare_decl()
182 return return_with_debug (slot == t2); in compare_decl()
337 return return_with_debug (compare_variable_decl (t1, t2)); in operand_equal_p()
343 return return_with_debug (bb1 != NULL && bb2 != NULL && *bb1 == *bb2); in operand_equal_p()
472 return return_with_debug (ret); in compare_variable_decl()
H A Dipa-icf-gimple.h74 #define return_with_debug(result) return_with_result \ macro
H A Dipa-icf.cc1721 return return_with_debug (t1 == t2); in equals()
1784 return return_with_debug (sem_variable::equals (x1, x2) in equals()
1814 return return_with_debug (tree_int_cst_equal (t1, t2)); in equals()
1829 return return_with_debug (FIXED_VALUES_IDENTICAL (TREE_FIXED_CST (t1), in equals()
1838 return return_with_debug (real_identical (&TREE_REAL_CST (t1), in equals()
H A DChangeLog-201926306 (return_with_debug): Likewise.