Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 25 of 145) sorted by relevance

123456

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfunction-tests.c279 function *fun = DECL_STRUCT_FUNCTION (fndecl); in build_cfg() local
320 function *fun = DECL_STRUCT_FUNCTION (fndecl); in convert_to_ssa() local
336 get_real_block (function *fun) in get_real_block()
350 verify_three_block_cfg (function *fun) in verify_three_block_cfg()
394 verify_three_block_gimple_cfg (function *fun) in verify_three_block_gimple_cfg()
421 verify_three_block_rtl_cfg (function *fun) in verify_three_block_rtl_cfg()
463 function *fun = DECL_STRUCT_FUNCTION (fndecl); in test_gimplification() local
497 function *fun = DECL_STRUCT_FUNCTION (fndecl); in test_building_cfg() local
544 function *fun = DECL_STRUCT_FUNCTION (fndecl); in test_conversion_to_ssa() local
581 function *fun = DECL_STRUCT_FUNCTION (fndecl); in test_expansion_to_rtl() local
H A Dgraph.c159 draw_cfg_nodes_no_loops (pretty_printer *pp, struct function *fun) in draw_cfg_nodes_no_loops()
241 draw_cfg_nodes (pretty_printer *pp, struct function *fun) in draw_cfg_nodes()
253 draw_cfg_edges (pretty_printer *pp, struct function *fun) in draw_cfg_edges()
301 print_graph_cfg (FILE *fp, struct function *fun) in print_graph_cfg()
321 print_graph_cfg (FILE *fp, struct function *fun, dump_flags_t flags) in print_graph_cfg()
336 print_graph_cfg (const char *base, struct function *fun) in print_graph_cfg()
H A Dloop-init.c358 pass_loop2::gate (function *fun) in gate()
468 pass_rtl_loop_done::execute (function *fun) in execute()
520 virtual unsigned int execute (function *fun) in execute()
571 pass_rtl_unroll_loops::execute (function *fun) in execute()
633 pass_rtl_doloop::execute (function *fun) in execute()
H A Dtree-ssa-loop-ch.c259 virtual bool gate (function *fun) in gate()
278 ch_base::copy_headers (function *fun) in copy_headers()
421 pass_ch::execute (function *fun) in execute()
437 pass_ch_vect::execute (function *fun) in execute()
H A Dgimple-ssa-nonnull-compare.c36 do_warn_nonnull_compare (function *fun, tree arg) in do_warn_nonnull_compare()
136 pass_warn_nonnull_compare::execute (function *fun) in execute()
H A Dsancov.c144 instrument_switch (gimple_stmt_iterator *gsi, gimple *stmt, function *fun) in instrument_switch()
237 sancov_pass (function *fun) in sancov_pass()
321 execute (function *fun) in execute()
H A Dtree-stdarg.c659 optimize_va_list_gpr_fpr_size (function *fun) in optimize_va_list_gpr_fpr_size()
997 expand_ifn_va_arg_1 (function *fun) in expand_ifn_va_arg_1()
1098 expand_ifn_va_arg (function *fun) in expand_ifn_va_arg()
1150 pass_stdarg::execute (function *fun) in execute()
1205 pass_lower_vaarg::execute (function *fun) in execute()
H A Dtree-ssanames.h59 #define SSANAMES(fun) (fun)->gimple_df->ssa_names argument
60 #define DEFAULT_DEFS(fun) (fun)->gimple_df->default_defs argument
H A Dtree-ssanames.c70 #define FREE_SSANAMES(fun) (fun)->gimple_df->free_ssanames argument
71 #define FREE_SSANAMES_QUEUE(fun) (fun)->gimple_df->free_ssanames_queue argument
127 verify_ssaname_freelists (struct function *fun) in verify_ssaname_freelists()
848 release_free_names_and_compact_live_names (function *fun) in release_free_names_and_compact_live_names()
912 pass_release_ssa_names::execute (function *fun) in execute()
H A Dvalue-prof.c145 set_histogram_value (struct function *fun, gimple *stmt, histogram_value hist) in set_histogram_value()
168 gimple_histogram_value (struct function *fun, gimple *stmt) in gimple_histogram_value()
179 gimple_add_histogram_value (struct function *fun, gimple *stmt, in gimple_add_histogram_value()
190 gimple_remove_histogram_value (struct function *fun, gimple *stmt, in gimple_remove_histogram_value()
213 gimple_histogram_value_of_type (struct function *fun, gimple *stmt, in gimple_histogram_value_of_type()
443 dump_histograms_for_stmt (struct function *fun, FILE *dump_file, gimple *stmt) in dump_histograms_for_stmt()
453 gimple_remove_stmt_histograms (struct function *fun, gimple *stmt) in gimple_remove_stmt_histograms()
463 gimple_duplicate_stmt_histograms (struct function *fun, gimple *stmt, in gimple_duplicate_stmt_histograms()
481 gimple_move_stmt_histograms (struct function *fun, gimple *stmt, gimple *ostmt) in gimple_move_stmt_histograms()
H A Dtree-nrv.c135 pass_nrv::execute (function *fun) in execute()
365 pass_return_slot::execute (function *fun) in execute()
H A Dgimple-ssa.h123 gimple_in_ssa_p (const struct function *fun) in gimple_in_ssa_p()
130 gimple_vop (const struct function *fun) in gimple_vop()
H A Dtree-ssa-loop.c399 virtual bool gate (function *fun) in gate()
409 pass_vectorize::execute (function *fun) in execute()
495 pass_iv_optimize::execute (function *fun) in execute()
H A Dstack-ptr-mod.c79 pass_stack_ptr_mod::execute (function *fun) in execute()
H A Dpredict.c152 maybe_hot_count_p (struct function *fun, profile_count count) in maybe_hot_count_p()
190 maybe_hot_bb_p (struct function *fun, const_basic_block bb) in maybe_hot_bb_p()
209 probably_never_executed (struct function *fun, in probably_never_executed()
238 probably_never_executed_bb_p (struct function *fun, const_basic_block bb) in probably_never_executed_bb_p()
257 probably_never_executed_edge_p (struct function *fun, edge e) in probably_never_executed_edge_p()
267 optimize_function_for_size_p (struct function *fun) in optimize_function_for_size_p()
278 optimize_function_for_speed_p (struct function *fun) in optimize_function_for_speed_p()
286 function_optimization_type (struct function *fun) in function_optimization_type()
3827 pass_profile::execute (function *fun) in execute()
3905 pass_strip_predict_hints::execute (function *fun) in execute()
H A Dgraphite.c470 graphite_transforms (struct function *fun) in graphite_transforms()
552 virtual unsigned int execute (function *fun) { return graphite_transforms (fun); } in execute()
H A Dbb-reorder.c2636 pass_reorder_blocks::execute (function *fun) in execute()
2731 duplicate_computed_gotos (function *fun) in duplicate_computed_gotos()
2788 pass_duplicate_computed_gotos::gate (function *fun) in gate()
2798 pass_duplicate_computed_gotos::execute (function *fun) in execute()
2931 pass_partition_blocks::gate (function *fun) in gate()
2951 pass_partition_blocks::execute (function *fun) in execute()
H A Dgimple-laddress.c76 pass_laddress::execute (function *fun) in execute()
H A Dcgraphbuild.c130 record_eh_tables (cgraph_node *node, function *fun) in record_eh_tables()
298 pass_build_cgraph_edges::execute (function *fun) in execute()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c123 set_histogram_value (struct function *fun, gimple stmt, histogram_value hist) in set_histogram_value()
146 gimple_histogram_value (struct function *fun, gimple stmt) in gimple_histogram_value()
157 gimple_add_histogram_value (struct function *fun, gimple stmt, in gimple_add_histogram_value()
168 gimple_remove_histogram_value (struct function *fun, gimple stmt, in gimple_remove_histogram_value()
193 gimple_histogram_value_of_type (struct function *fun, gimple stmt, in gimple_histogram_value_of_type()
310 dump_histograms_for_stmt (struct function *fun, FILE *dump_file, gimple stmt) in dump_histograms_for_stmt()
320 gimple_remove_stmt_histograms (struct function *fun, gimple stmt) in gimple_remove_stmt_histograms()
330 gimple_duplicate_stmt_histograms (struct function *fun, gimple stmt, in gimple_duplicate_stmt_histograms()
349 gimple_move_stmt_histograms (struct function *fun, gimple stmt, gimple ostmt) in gimple_move_stmt_histograms()
H A Dtree-flow.h99 #define FREE_SSANAMES(fun) (fun)->gimple_df->free_ssanames argument
100 #define SSANAMES(fun) (fun)->gimple_df->ssa_names argument
101 #define MODIFIED_NORETURN_CALLS(fun) (fun)->gimple_df->modified_noreturn_calls argument
102 #define DEFAULT_DEFS(fun) (fun)->gimple_df->default_defs argument
103 #define SYMS_TO_RENAME(fun) (fun)->gimple_df->syms_to_rename argument
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-hash.c236 ctf_hash_iter_f fun; member
251 ctf_dynhash_iter (ctf_dynhash_t *hp, ctf_hash_iter_f fun, void *arg_) in ctf_dynhash_iter()
260 ctf_hash_iter_remove_f fun; member
276 ctf_dynhash_iter_remove (ctf_dynhash_t *hp, ctf_hash_iter_remove_f fun, in ctf_dynhash_iter_remove()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbtrace.c184 struct symbol *fun, unsigned int idx) in ftrace_init_func()
198 struct minimal_symbol *mfun, struct symbol *fun) in ftrace_function_switched()
276 struct symbol *fun; in VEC() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c48 is_instantiation_of_constexpr (tree fun) in is_instantiation_of_constexpr()
166 retrieve_constexpr_fundef (tree fun) in retrieve_constexpr_fundef()
180 is_valid_constexpr_fn (tree fun, bool complain) in is_valid_constexpr_fn()
648 tree fun = cp_get_callee (t); in get_function_named_in_call() local
712 tree fun = get_function_named_in_call (body); in constexpr_fn_retval() local
729 massage_constexpr_body (tree fun, tree body) in massage_constexpr_body()
847 register_constexpr_fundef (tree fun, tree body) in register_constexpr_fundef()
897 explain_invalid_constexpr_fn (tree fun) in explain_invalid_constexpr_fn()
1093 get_fundef_copy (tree fun) in get_fundef_copy()
1130 save_fundef_copy (tree fun, tree copy) in save_fundef_copy()
[all …]
/dflybsd-src/contrib/gmp/mpq/
H A Daors.c26 #define mpq_aors(w,x,y,fun) __gmpq_aors (REGPARM_3_1 (w, x, y, fun)) argument

123456