HomeSort by: relevance | last modified time | path
    Searched defs:state_purge_map (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
state-purge.cc 85 function_point, for populating the worklists within a state_purge_map. */
90 gimple_op_visitor (state_purge_map *map,
173 state_purge_map *m_map;
199 /* state_purge_map's ctor. Walk all SSA names in all functions, building
204 state_purge_map::state_purge_map (const supergraph &sg, function in class:state_purge_map
255 for (state_purge_map::decl_iterator iter = begin_decls ();
264 /* state_purge_map's dtor. */
266 state_purge_map::~state_purge_map ()
    [all...]
state-purge.h 77 class state_purge_map : public log_user class in namespace:ana
86 state_purge_map (const supergraph &sg,
89 ~state_purge_map ();
127 DISABLE_COPY_AND_ASSIGN (state_purge_map);
154 /* The part of a state_purge_map relating to a specific SSA name.
164 state_purge_per_ssa_name (const state_purge_map &map,
171 static function_point before_use_stmt (const state_purge_map &map,
180 const state_purge_map &map);
186 /* The part of a state_purge_map relating to a specific decl.
196 state_purge_per_decl (const state_purge_map &map
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
state-purge.cc 92 function_point, for populating the worklists within a state_purge_map. */
97 gimple_op_visitor (state_purge_map *map,
180 state_purge_map *m_map;
206 /* state_purge_map's ctor. Walk all SSA names in all functions, building
211 state_purge_map::state_purge_map (const supergraph &sg, function in class:state_purge_map
259 for (state_purge_map::decl_iterator iter = begin_decls ();
268 /* state_purge_map's dtor. */
270 state_purge_map::~state_purge_map ()
    [all...]
state-purge.h 77 class state_purge_map : public log_user class in namespace:ana
86 state_purge_map (const supergraph &sg,
89 ~state_purge_map ();
126 DISABLE_COPY_AND_ASSIGN (state_purge_map);
153 /* The part of a state_purge_map relating to a specific SSA name.
163 state_purge_per_ssa_name (const state_purge_map &map,
170 static function_point before_use_stmt (const state_purge_map &map,
179 const state_purge_map &map);
185 /* The part of a state_purge_map relating to a specific decl.
195 state_purge_per_decl (const state_purge_map &map
    [all...]

Completed in 28 milliseconds