| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf-gimple.h | 126 m_source_func_decl (NULL_TREE), m_target_func_decl (NULL_TREE), 254 tree m_source_func_decl; member in class:ipa_icf_gimple::func_checker
|
| ipa-icf-gimple.cc | 63 : m_source_func_decl (source_func_decl), m_target_func_decl (target_func_decl), 154 if (!auto_var_in_fn_p (t1, m_source_func_decl) 560 (DECL_STRUCT_FUNCTION (m_source_func_decl), s1); 740 cgraph_edge *e1 = cgraph_node::get (m_source_func_decl)->get_edge (s1);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-icf-gimple.h | 126 m_source_func_decl (NULL_TREE), m_target_func_decl (NULL_TREE), 259 tree m_source_func_decl; member in class:ipa_icf_gimple::func_checker
|
| ipa-icf-gimple.cc | 65 : m_source_func_decl (source_func_decl), m_target_func_decl (target_func_decl), 157 if (!auto_var_in_fn_p (t1, m_source_func_decl) 602 (DECL_STRUCT_FUNCTION (m_source_func_decl), s1); 782 cgraph_edge *e1 = cgraph_node::get (m_source_func_decl)->get_edge (s1);
|