Home
last modified time | relevance | path

Searched refs:on_phi (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm.h67 virtual void on_phi (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_phi() function
H A Dsm-malloc.cc60 void on_phi (sm_context *sm_ctxt,
756 malloc_state_machine::on_phi (sm_context *sm_ctxt, in on_phi() function in ana::__anon71be9ce50111::malloc_state_machine
H A Dexploded-graph.h78 void on_phi (const gphi *phi, tree rhs) FINAL OVERRIDE;
H A Dregion-model.h2007 virtual void on_phi (const gphi *phi, tree rhs) = 0;
2044 void on_phi (const gphi *phi ATTRIBUTE_UNUSED, in on_phi() function
H A Dengine.cc675 impl_region_model_context::on_phi (const gphi *phi, tree rhs) in on_phi() function in ana::impl_region_model_context
687 sm.on_phi (&sm_ctxt, m_enode_for_diag->get_supernode (), phi, rhs); in on_phi()
H A Dregion-model.cc4836 ctxt->on_phi (phi, rhs); in handle_phi()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.h925 virtual void on_phi (const gphi *phi, tree rhs) = 0;
983 void on_phi (const gphi *phi ATTRIBUTE_UNUSED, in on_phi() function
1080 void on_phi (const gphi *phi, tree rhs) OVERRIDE in on_phi() function
1082 m_inner->on_phi (phi, rhs); in on_phi()
H A Dsm.h95 virtual void on_phi (sm_context *sm_ctxt ATTRIBUTE_UNUSED, in on_phi() function
H A Dsm-malloc.cc377 void on_phi (sm_context *sm_ctxt,
1958 malloc_state_machine::on_phi (sm_context *sm_ctxt, in on_phi() function in ana::__anona66534980111::malloc_state_machine
H A Dexploded-graph.h70 void on_phi (const gphi *phi, tree rhs) FINAL OVERRIDE;
H A DChangeLog1318 (impl_region_model_context::on_phi): Update for new path_ctxt
4097 (malloc_state_machine::on_phi): Mark node param with
4771 (impl_region_model_context::on_phi): Likewise.
6647 * engine.cc (impl_region_model_context::on_phi): New.
6648 * exploded-graph.h (impl_region_model_context::on_phi): New decl.
6650 (region_model::handle_phi): Add phi param. Call the ctxt's on_phi
6654 (region_model_context::on_phi): New vfunc.
6655 (test_region_model_context::on_phi): New.
6656 * sm-malloc.cc (malloc_state_machine::on_phi): New.
6658 * sm.h (state_machine::on_phi): New vfunc.
H A Dengine.cc902 impl_region_model_context::on_phi (const gphi *phi, tree rhs) in on_phi() function in ana::impl_region_model_context
914 sm.on_phi (&sm_ctxt, m_enode_for_diag->get_supernode (), phi, rhs); in on_phi()
H A Dregion-model.cc2049 ctxt->on_phi (phi, rhs); in handle_phi()