Home
last modified time | relevance | path

Searched refs:compare_variable_decl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c272 return return_with_debug (compare_variable_decl (t1, t2)); in operand_equal_p()
346 func_checker::compare_variable_decl (const_tree t1, const_tree t2) in compare_variable_decl() function
403 if (!compare_variable_decl (l1->simduid, l2->simduid)) in compare_loops()
H A Dipa-icf-gimple.h217 bool compare_variable_decl (const_tree t1, const_tree t2);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.cc337 return return_with_debug (compare_variable_decl (t1, t2)); in operand_equal_p()
449 func_checker::compare_variable_decl (const_tree t1, const_tree t2) in compare_variable_decl() function in ipa_icf_gimple::func_checker
506 if (!compare_variable_decl (l1->simduid, l2->simduid)) in compare_loops()
H A Dipa-icf-gimple.h223 bool compare_variable_decl (const_tree t1, const_tree t2);
H A DChangeLog-201539007 (func_checker::compare_variable_decl): Skip symtab vars.
39035 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
39344 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
H A DChangeLog-20197649 (func_checker::compare_variable_decl): Likewise.