Home
last modified time | relevance | path

Searched refs:m_dead_stmt_debug_equiv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.h367 hash_map<gimple *, tree> m_dead_stmt_debug_equiv; variable
H A Dipa-param-manipulation.cc1341 m_dead_stmt_debug_equiv.put (def, val); in prepare_debug_expressions()
1524 m_dead_ssa_debug_equiv (), m_dead_stmt_debug_equiv (), m_fndecl (fndecl), in ipa_param_body_adjustments()
1541 m_dead_ssas (), m_dead_ssa_debug_equiv (), m_dead_stmt_debug_equiv (), in ipa_param_body_adjustments()
1565 m_dead_ssas (), m_dead_ssa_debug_equiv (), m_dead_stmt_debug_equiv (), in ipa_param_body_adjustments()
H A Dtree-inline.cc1530 tree *dval = id->param_body_adjs->m_dead_stmt_debug_equiv.get (stmt); in remap_gimple_stmt()
H A DChangeLog-20216359 m_dead_stmt_debug_equiv and prepare_debug_expressions. Added