Home
last modified time | relevance | path

Searched refs:nest (Results 1 – 25 of 50) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dsese.c223 struct loop *nest; in outermost_loop_in_sese_1() local
225 nest = bb->loop_father; in outermost_loop_in_sese_1()
226 while (loop_outer (nest) in outermost_loop_in_sese_1()
228 nest = loop_outer (nest); in outermost_loop_in_sese_1()
230 return nest; in outermost_loop_in_sese_1()
244 return nest; in outermost_loop_in_sese()
248 nest = nest->inner; in outermost_loop_in_sese()
249 while (nest) in outermost_loop_in_sese()
253 nest = nest->next; in outermost_loop_in_sese()
255 gcc_assert (nest); in outermost_loop_in_sese()
[all …]
H A Dgenhooks.c295 int print_nest, nest = 0; in emit_init_macros() local
310 if (nest && nest == print_nest) in emit_init_macros()
312 nest++; in emit_init_macros()
313 if (nest > MAX_NEST) in emit_init_macros()
315 if (nest == print_nest) in emit_init_macros()
320 if (nest == print_nest) in emit_init_macros()
322 nest--; in emit_init_macros()
332 if (nest == print_nest) in emit_init_macros()
H A Dtree-ssa-loop-prefetch.c1575 struct loop *nest, *aloop; in determine_loop_nest_reuse() local
1593 nest = loop; in determine_loop_nest_reuse()
1596 aloop = loop_outer (nest); in determine_loop_nest_reuse()
1602 nest = aloop; in determine_loop_nest_reuse()
1608 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
1635 dr = create_data_ref (loop_preheader_edge (nest), in determine_loop_nest_reuse()
H A Dtree-data-ref.c1012 dr_analyze_indices (struct data_reference *dr, edge nest, loop_p loop) in dr_analyze_indices() argument
1020 if (!nest) in dr_analyze_indices()
1052 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
1084 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
1189 create_data_ref (edge nest, loop_p loop, tree memref, gimple *stmt, in create_data_ref() argument
1208 nest != NULL ? loop : NULL); in create_data_ref()
1209 dr_analyze_indices (dr, nest, loop); in create_data_ref()
5084 find_data_references_in_stmt (struct loop *nest, gimple *stmt, in find_data_references_in_stmt() argument
5098 dr = create_data_ref (nest ? loop_preheader_edge (nest) : NULL, in find_data_references_in_stmt()
5115 graphite_find_data_references_in_stmt (edge nest, loop_p loop, gimple *stmt, in graphite_find_data_references_in_stmt() argument
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-interchange.c459 memory_strides_in_loop (nest, depth1, d1); in lst_interchange_profitable_p()
542 lst_p *nest, lst_p *after) in lst_perfect_nestify() argument
554 *nest = copy_lst (loop1); in lst_perfect_nestify()
573 if (lst_empty_p (*nest)) in lst_perfect_nestify()
575 free_lst (*nest); in lst_perfect_nestify()
576 *nest = NULL; in lst_perfect_nestify()
603 if (before || nest || after) in lst_try_interchange_loops()
606 before, nest, after); in lst_try_interchange_loops()
622 if (nest) in lst_try_interchange_loops()
624 lst_replace (loop1, nest); in lst_try_interchange_loops()
[all …]
H A Dgenhooks.c298 int print_nest, nest = 0; in emit_init_macros() local
313 if (nest && nest == print_nest) in emit_init_macros()
315 nest++; in emit_init_macros()
316 if (nest > MAX_NEST) in emit_init_macros()
318 if (nest == print_nest) in emit_init_macros()
323 if (nest == print_nest) in emit_init_macros()
325 nest--; in emit_init_macros()
335 if (nest == print_nest) in emit_init_macros()
H A Dsese.c660 struct loop *nest; in outermost_loop_in_sese() local
662 nest = bb->loop_father; in outermost_loop_in_sese()
663 while (loop_outer (nest) in outermost_loop_in_sese()
664 && loop_in_sese_p (loop_outer (nest), region)) in outermost_loop_in_sese()
665 nest = loop_outer (nest); in outermost_loop_in_sese()
667 return nest; in outermost_loop_in_sese()
H A Dgraphite-sese-to-poly.c253 if (loop_in_sese_p (nest, region)) in outermost_loop_in_sese_1()
254 return nest; in outermost_loop_in_sese_1()
258 nest = nest->inner; in outermost_loop_in_sese_1()
259 while (nest) in outermost_loop_in_sese_1()
260 if (loop_in_sese_p (nest, region)) in outermost_loop_in_sese_1()
263 nest = nest->next; in outermost_loop_in_sese_1()
265 gcc_assert (nest); in outermost_loop_in_sese_1()
266 return nest; in outermost_loop_in_sese_1()
290 loop = nest; in try_generate_gimple_bb()
2052 loop_p nest; in analyze_drs_in_stmts() local
[all …]
H A Dtree-ssa-loop-prefetch.c1504 struct loop *nest, *aloop; in determine_loop_nest_reuse() local
1522 nest = loop; in determine_loop_nest_reuse()
1525 aloop = loop_outer (nest); in determine_loop_nest_reuse()
1531 nest = aloop; in determine_loop_nest_reuse()
1537 find_loop_nest (nest, &vloops); in determine_loop_nest_reuse()
1564 dr = create_data_ref (nest, loop_containing_stmt (ref->stmt), in determine_loop_nest_reuse()
H A Dtree-data-ref.c727 dr_analyze_innermost (struct data_reference *dr, struct loop *nest) in dr_analyze_innermost() argument
776 if (nest) in dr_analyze_innermost()
813 if (nest) in dr_analyze_innermost()
856 dr_analyze_indices (struct data_reference *dr, loop_p nest, loop_p loop) in dr_analyze_indices() argument
865 if (!nest) in dr_analyze_indices()
873 before_loop = block_before_loop (nest); in dr_analyze_indices()
1006 create_data_ref (loop_p nest, loop_p loop, tree memref, gimple stmt, in create_data_ref() argument
1023 dr_analyze_innermost (dr, nest); in create_data_ref()
1024 dr_analyze_indices (dr, nest, loop); in create_data_ref()
4397 find_data_references_in_stmt (struct loop *nest, gimple stmt, in find_data_references_in_stmt() argument
[all …]
/dragonfly/contrib/less/
H A Dbrac.c29 int nest; in match_brac() local
78 nest = 0; in match_brac()
83 if (nest == INT_MAX) in match_brac()
85 nest++; in match_brac()
87 else if (c == cbrac && --nest < 0) in match_brac()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_macsec_linux.c119 if (!nest) in nla_put_rxsc_config()
706 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local
718 if (!nest) in macsec_drv_set_receive_lowest_pn()
770 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local
780 if (!nest) in macsec_drv_set_transmit_next_pn()
919 if (!nest) in macsec_drv_create_receive_sa()
970 if (!nest) in macsec_drv_delete_receive_sa()
1005 if (!nest) in set_active_rx_sa()
1232 if (!nest) in macsec_drv_create_transmit_sa()
1280 if (!nest) in macsec_drv_delete_transmit_sa()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Dstabs.c299 int nest; in _bfd_link_section_stabs() local
307 nest = 0; in _bfd_link_section_stabs()
322 if (nest == 0) in _bfd_link_section_stabs()
324 --nest; in _bfd_link_section_stabs()
327 ++nest; in _bfd_link_section_stabs()
328 else if (nest == 0) in _bfd_link_section_stabs()
415 nest = 0; in _bfd_link_section_stabs()
426 if (nest == 0) in _bfd_link_section_stabs()
432 --nest; in _bfd_link_section_stabs()
435 ++nest; in _bfd_link_section_stabs()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Dstabs.c299 int nest; in _bfd_link_section_stabs() local
307 nest = 0; in _bfd_link_section_stabs()
322 if (nest == 0) in _bfd_link_section_stabs()
324 --nest; in _bfd_link_section_stabs()
327 ++nest; in _bfd_link_section_stabs()
328 else if (nest == 0) in _bfd_link_section_stabs()
415 nest = 0; in _bfd_link_section_stabs()
426 if (nest == 0) in _bfd_link_section_stabs()
432 --nest; in _bfd_link_section_stabs()
435 ++nest; in _bfd_link_section_stabs()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dstabs.c298 int nest; in _bfd_link_section_stabs() local
306 nest = 0; in _bfd_link_section_stabs()
321 if (nest == 0) in _bfd_link_section_stabs()
323 --nest; in _bfd_link_section_stabs()
326 ++nest; in _bfd_link_section_stabs()
327 else if (nest == 0) in _bfd_link_section_stabs()
414 nest = 0; in _bfd_link_section_stabs()
425 if (nest == 0) in _bfd_link_section_stabs()
431 --nest; in _bfd_link_section_stabs()
434 ++nest; in _bfd_link_section_stabs()
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Dcond.c543 cond_finish_check (int nest) in cond_finish_check() argument
545 if (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_finish_check()
547 if (nest >= 0) in cond_finish_check()
566 cond_exit_macro (int nest) in cond_exit_macro() argument
568 while (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_exit_macro()
H A Dmacro.c286 int nest = 0; in getstring() local
288 while ((in->ptr[idx] != '>' || nest) in getstring()
299 nest--; in getstring()
301 nest++; in getstring()
/dragonfly/contrib/binutils-2.34/gas/
H A Dcond.c548 cond_finish_check (int nest) in cond_finish_check() argument
550 if (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_finish_check()
552 if (nest >= 0) in cond_finish_check()
572 cond_exit_macro (int nest) in cond_exit_macro() argument
574 while (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_exit_macro()
H A Dmacro.c285 int nest = 0; in getstring() local
288 && (in->ptr[idx] != '>' || nest)) in getstring()
298 nest--; in getstring()
300 nest++; in getstring()
/dragonfly/contrib/bmake/
H A Ddir.c689 int nest = 0; in closing_brace() local
691 if (*p == '}' && nest == 0) in closing_brace()
694 nest++; in closing_brace()
696 nest--; in closing_brace()
709 int nest = 0; in separator_comma() local
711 if ((*p == '}' || *p == ',') && nest == 0) in separator_comma()
714 nest++; in separator_comma()
716 nest--; in separator_comma()
/dragonfly/usr.bin/unifdef/
H A Dunifdef.c233 static void nest(void);
561 static void Fdrop (void) { nest(); Dfalse(); } in Fdrop()
562 static void Fpass (void) { nest(); Pelif(); } in Fpass()
563 static void Ftrue (void) { nest(); Strue(); } in Ftrue()
564 static void Ffalse(void) { nest(); Sfalse(); } in Ffalse()
649 nest(void) in nest() function
/dragonfly/contrib/diffutils/lib/
H A Dregcomp.c67 Idx nest, reg_errcode_t *err);
70 Idx nest, reg_errcode_t *err);
73 Idx nest, reg_errcode_t *err);
76 Idx nest, reg_errcode_t *err);
2170 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_reg_exp() argument
2175 tree = parse_branch (regexp, preg, token, syntax, nest, err); in parse_reg_exp()
2183 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2219 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_branch() argument
2228 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2264 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_expression() argument
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dregcomp.c63 Idx nest, reg_errcode_t *err);
66 Idx nest, reg_errcode_t *err);
69 Idx nest, reg_errcode_t *err);
72 Idx nest, reg_errcode_t *err);
2092 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_reg_exp() argument
2096 tree = parse_branch (regexp, preg, token, syntax, nest, err); in parse_reg_exp()
2104 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2133 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_branch() argument
2142 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2173 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_expression() argument
[all …]
/dragonfly/contrib/grep/lib/
H A Dregcomp.c67 Idx nest, reg_errcode_t *err);
70 Idx nest, reg_errcode_t *err);
73 Idx nest, reg_errcode_t *err);
76 Idx nest, reg_errcode_t *err);
2154 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_reg_exp() argument
2159 tree = parse_branch (regexp, preg, token, syntax, nest, err); in parse_reg_exp()
2167 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_reg_exp()
2203 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_branch() argument
2212 && (nest == 0 || token->type != OP_CLOSE_SUBEXP)) in parse_branch()
2248 reg_syntax_t syntax, Idx nest, reg_errcode_t *err) in parse_expression() argument
[all …]
/dragonfly/games/quiz/datfiles/
H A Dcollectives75 rabbits:nest

12