Home
last modified time | relevance | path

Searched defs:n_blocks (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddf-core.c983 int n_blocks) in df_worklist_dataflow_doublequeue()
1061 int n_blocks) in df_worklist_dataflow()
1137 int *postorder, int n_blocks) in df_analyze_problem()
1321 bitmap blocks, int * postorder, int n_blocks) in df_simple_dataflow()
H A Dgcov-dump.c308 unsigned n_blocks = GCOV_TAG_BLOCKS_NUM (length); in tag_blocks() local
H A Ddce.c945 int n_blocks = df_get_n_blocks (DF_BACKWARD); in fast_dce() local
H A Dtree-dfa.c171 renumber_gimple_stmt_uids_in_blocks (basic_block *blocks, int n_blocks) in renumber_gimple_stmt_uids_in_blocks()
H A Dgcse.c1766 alloc_pre_mem (int n_blocks, int n_exprs) in alloc_pre_mem()
2746 alloc_code_hoist_mem (int n_blocks, int n_exprs) in alloc_code_hoist_mem()
H A Dcprop.c563 alloc_cprop_mem (int n_blocks, int n_sets) in alloc_cprop_mem()
H A Dfunction.c4209 int n_blocks = 0; in all_blocks() local
4255 int n_blocks; in number_blocks() local
H A Ddf.h568 int n_blocks; /* The number of blocks in reverse postorder. */ member
H A Dsel-sched-ir.c3643 int *postorder, n_blocks; in sel_recompute_toporder() local
4918 int n_blocks, i; in recompute_rev_top_order() local
H A Dcse.c6401 int i, n_blocks; in cse_main() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddf-core.c1005 int n_blocks) in df_worklist_dataflow_doublequeue()
1080 int n_blocks) in df_worklist_dataflow()
1155 int *postorder, int n_blocks) in df_analyze_problem()
1496 bitmap blocks, int * postorder, int n_blocks) in df_simple_dataflow()
H A Dtree-dfa.c89 renumber_gimple_stmt_uids_in_blocks (basic_block *blocks, int n_blocks) in renumber_gimple_stmt_uids_in_blocks()
H A Dearly-remat.c1019 unsigned int n_blocks = last_basic_block_for_fn (m_fn); in init_block_info() local
1063 unsigned int n_blocks = last_basic_block_for_fn (m_fn); in sort_candidates() local
H A Ddce.c1072 int n_blocks = df_get_n_blocks (DF_BACKWARD); in fast_dce() local
H A Dgcse.c1653 alloc_pre_mem (int n_blocks, int n_exprs) in alloc_pre_mem()
2707 alloc_code_hoist_mem (int n_blocks, int n_exprs) in alloc_code_hoist_mem()
H A Dcprop.c556 alloc_cprop_mem (int n_blocks, int n_sets) in alloc_cprop_mem()
H A Dfunction.c4704 int n_blocks = 0; in all_blocks() local
4750 int n_blocks; in number_blocks() local
H A Dsel-sched-ir.c3684 int *postorder, n_blocks; in sel_recompute_toporder() local
4940 int n_blocks, i; in recompute_rev_top_order() local
H A Ddf.h587 int n_blocks; /* The number of blocks in reverse postorder. */ member
H A Dcse.c6720 int i, n_blocks; in cse_main() local
/dflybsd-src/contrib/libpcap/
H A Doptimize.c260 …u_int n_blocks; /* number of blocks in the CFG; guaranteed to be > 0, as it's a RET instruction a… member