Searched refs:m_reset_debug_decls (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-param-manipulation.c | 1149 m_reset_debug_decls.safe_push (m_oparms[i]); in common_initialization() 1161 : m_adj_params (adj_params), m_adjustments (NULL), m_reset_debug_decls (), in ipa_param_body_adjustments() 1178 m_reset_debug_decls (), m_split_modifications_p (false), m_fndecl (fndecl), in ipa_param_body_adjustments() 1201 m_reset_debug_decls (), m_split_modifications_p (false), m_fndecl (fndecl), in ipa_param_body_adjustments() 1841 len = m_reset_debug_decls.length (); in reset_debug_stmts() 1849 tree decl = m_reset_debug_decls[i]; in reset_debug_stmts()
|
H A D | ipa-param-manipulation.h | 368 auto_vec<tree, 16> m_reset_debug_decls; variable
|
H A D | tree-inline.c | 6473 unsigned reset_len = param_body_adjs->m_reset_debug_decls.length (); in tree_function_versioning() 6477 tree parm = param_body_adjs->m_reset_debug_decls[i]; in tree_function_versioning()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.cc | 1496 m_reset_debug_decls.safe_push (m_oparms[i]); in common_initialization() 1505 m_reset_debug_decls.safe_push (m_oparms[i]); in common_initialization() 1522 : m_adj_params (adj_params), m_adjustments (NULL), m_reset_debug_decls (), in ipa_param_body_adjustments() 1540 m_reset_debug_decls (), m_split_modifications_p (false), m_dead_stmts (), in ipa_param_body_adjustments() 1564 m_reset_debug_decls (), m_split_modifications_p (false), m_dead_stmts (), in ipa_param_body_adjustments() 2339 len = m_reset_debug_decls.length (); in reset_debug_stmts() 2347 tree decl = m_reset_debug_decls[i]; in reset_debug_stmts()
|
H A D | ipa-param-manipulation.h | 352 auto_vec<tree, 16> m_reset_debug_decls; variable
|
H A D | tree-inline.cc | 6435 unsigned reset_len = param_body_adjs->m_reset_debug_decls.length (); in tree_function_versioning() 6439 tree parm = param_body_adjs->m_reset_debug_decls[i]; in tree_function_versioning()
|