Home
last modified time | relevance | path

Searched refs:decl_in_symtab_p (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-icf-gimple.cc468 if (decl_in_symtab_p (t1)) in compare_variable_decl()
469 return decl_in_symtab_p (t2); in compare_variable_decl()
Dalias.cc2178 if (!decl_in_symtab_p (base1) in compare_base_decls()
2179 || !decl_in_symtab_p (base2)) in compare_base_decls()
Dtree-vectorizer.cc1657 if ((decl_in_symtab_p (decl) in increase_alignment()
Dipa-icf.cc1798 if (decl_in_symtab_p (t1) && decl_in_symtab_p (t2)) in equals()
Dcgraph.h2664 decl_in_symtab_p (const_tree decl) in decl_in_symtab_p() function
Dtree-vect-data-refs.cc6684 if (decl_in_symtab_p (decl) in vect_can_force_dr_alignment_p()
Dfold-const.cc9999 if (DECL_P (decl) && decl_in_symtab_p (decl)) in maybe_nonzero_address()
16674 else if (decl_in_symtab_p (base0) && decl_in_symtab_p (base1)) in address_compare()
Dtree-vect-stmts.cc6580 if (decl_in_symtab_p (base_decl)) in ensure_base_align()
DChangeLog-2015150 * cgraph.h (decl_in_symtab_p): Revert check DECL_IN_CONSTANT_POOL.
168 * cgraph.h (decl_in_symtab_p): Check DECL_IN_CONSTANT_POOL.
DChangeLog-201431860 * cgraph.h (decl_in_symtab_p): Make inline.
31874 (decl_in_symtab_p): Break out from ...