Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c417 static hash_map<gimple *, varinfo_t> *call_stmt_vars; variable
427 varinfo_t *slot_p = &call_stmt_vars->get_or_insert (call, &existed); in get_call_vi()
457 varinfo_t *slot_p = call_stmt_vars->get (call); in lookup_call_use_vi()
7197 call_stmt_vars = new hash_map<gimple *, varinfo_t>; in init_alias_vars()
7555 delete call_stmt_vars; in delete_points_to_sets() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc425 static hash_map<gimple *, varinfo_t> *call_stmt_vars; variable
435 varinfo_t *slot_p = &call_stmt_vars->get_or_insert (call, &existed); in get_call_vi()
465 varinfo_t *slot_p = call_stmt_vars->get (call); in lookup_call_use_vi()
7329 call_stmt_vars = new hash_map<gimple *, varinfo_t>; in init_alias_vars()
7713 delete call_stmt_vars; in delete_points_to_sets()
H A DChangeLog-201034872 (call_stmt_vars): New.
34883 (init_alias_vars): Initialize call_stmt_vars.
34886 (delete_points_to_sets): Free call_stmt_vars.
H A DChangeLog-201328610 * tree-ssa-structalias.c (call_stmt_vars): Make static.