Searched refs:get_eh_throw_stmt_table (Results 1 – 9 of 9) sorted by relevance
291 extern hash_map<gimple *, int> *get_eh_throw_stmt_table (struct function *);
76 if (!get_eh_throw_stmt_table (ifun)) in add_stmt_to_eh_lp_fn()79 gcc_assert (!get_eh_throw_stmt_table (ifun)->put (t, num)); in add_stmt_to_eh_lp_fn()116 if (!get_eh_throw_stmt_table (ifun)) in remove_stmt_from_eh_lp_fn()119 if (!get_eh_throw_stmt_table (ifun)->get (t)) in remove_stmt_from_eh_lp_fn()122 get_eh_throw_stmt_table (ifun)->remove (t); in remove_stmt_from_eh_lp_fn()
3239 get_eh_throw_stmt_table (struct function *fun) in get_eh_throw_stmt_table() function
5496 hash_map<gimple *, int> *eh_table = get_eh_throw_stmt_table (cfun); in verify_gimple_in_cfg()
3240 get_eh_throw_stmt_table (struct function *fun) in get_eh_throw_stmt_table() function
5554 hash_map<gimple *, int> *eh_table = get_eh_throw_stmt_table (cfun); in verify_gimple_in_cfg()
19055 (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New functions.19059 (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New.