Searched refs:call_stmt_vars (Results 1 – 4 of 4) sorted by relevance
417 static hash_map<gimple *, varinfo_t> *call_stmt_vars; variable427 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
425 static hash_map<gimple *, varinfo_t> *call_stmt_vars; variable435 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()
34872 (call_stmt_vars): New.34883 (init_alias_vars): Initialize call_stmt_vars.34886 (delete_points_to_sets): Free call_stmt_vars.
28610 * tree-ssa-structalias.c (call_stmt_vars): Make static.