Home
last modified time | relevance | path

Searched defs:loop (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.c62 flow_loop_nested_p (const class loop *outer, const class loop *loop) in flow_loop_nested_p()
74 superloop_at_depth (class loop *loop, unsigned depth) in superloop_at_depth()
89 get_loop_latch_edges (const class loop *loop) in get_loop_latch_edges()
108 flow_loop_dump (const class loop *loop, FILE *file, in flow_loop_dump()
163 flow_loops_dump (FILE *file, void (*loop_dump_aux) (const class loop *, FILE *, int), int verbose) in flow_loops_dump()
165 class loop *loop; in flow_loops_dump() local
184 flow_loop_free (class loop *loop) in flow_loop_free()
213 loop_p loop; in flow_loops_free() local
232 flow_loop_nodes_find (basic_block header, class loop *loop) in flow_loop_nodes_find()
281 establish_preds (class loop *loop, class loop *father) in establish_preds()
[all …]
H A Dhw-doloop.c40 hwloop_info loop; in dump_hwloops() local
70 bb_in_loop_p (hwloop_info loop, basic_block bb) in bb_in_loop_p()
78 scan_loop (hwloop_info loop) in scan_loop()
158 process_incoming_edges (hwloop_info loop) in process_incoming_edges()
193 add_forwarder_blocks (hwloop_info loop) in add_forwarder_blocks()
230 discover_loop (hwloop_info loop, basic_block tail_bb, rtx_insn *tail_insn, rtx reg) in discover_loop()
348 hwloop_info loop; in discover_loops() local
460 hwloop_info loop = loops; in free_loops() local
494 hwloop_info loop; in reorder_loops() local
553 optimize_loop (hwloop_info loop, struct hw_doloop_hooks *hooks) in optimize_loop()
[all …]
H A Dtree-ssa-loop-unswitch.c93 class loop *loop; in tree_ssa_unswitch_loops() local
116 is_maybe_undefined (const tree name, gimple *stmt, class loop *loop) in is_maybe_undefined()
189 tree_may_unswitch_on (basic_block bb, class loop *loop) in tree_may_unswitch_on()
234 simplify_using_entry_checks (class loop *loop, tree cond) in simplify_using_entry_checks()
267 tree_unswitch_single_loop (class loop *loop, int num) in tree_unswitch_single_loop()
479 tree_unswitch_loop (class loop *loop, in tree_unswitch_loop()
502 tree_unswitch_outer_loop (class loop *loop) in tree_unswitch_outer_loop()
546 find_loop_guard (class loop *loop) in find_loop_guard()
703 empty_bb_without_guard_p (class loop *loop, basic_block bb) in empty_bb_without_guard_p()
751 used_outside_loop_p (class loop *loop, tree name) in used_outside_loop_p()
[all …]
H A Dcfgloopmanip.c92 class loop *loop = current_loops->tree_root, *act; in fix_bb_placement() local
125 fix_loop_placement (class loop *loop, bool *irred_invalidated) in fix_loop_placement()
430 place_new_loop (struct function *fn, class loop *loop) in place_new_loop()
441 add_loop (class loop *loop, class loop *outer) in add_loop()
493 scale_loop_frequencies (class loop *loop, profile_probability p) in scale_loop_frequencies()
511 scale_loop_profile (class loop *loop, profile_probability p, in scale_loop_profile()
621 update_dominators_in_loop (class loop *loop) in update_dominators_in_loop()
776 class loop *loop; in create_empty_loop_on_edge() local
868 class loop *loop = alloc_loop (); in loopify() local
926 unloop (class loop *loop, bool *irred_invalidated, in unloop()
[all …]
H A Dcfgloopanal.c45 just_once_each_iteration_p (const class loop *loop, const_basic_block bb) in just_once_each_iteration_p()
177 num_loop_insns (const class loop *loop) in num_loop_insns()
201 average_num_loop_insns (const class loop *loop) in average_num_loop_insns()
245 expected_loop_iterations_unbounded (const class loop *loop, in expected_loop_iterations_unbounded()
317 expected_loop_iterations (class loop *loop) in expected_loop_iterations()
326 get_loop_level (const class loop *loop) in get_loop_level()
473 single_likely_exit (class loop *loop, vec<edge> exits) in single_likely_exit()
504 get_loop_hot_path (const class loop *loop) in get_loop_hot_path()
H A Dtree-ssa-loop-niter.c348 determine_value_range (class loop *loop, tree type, tree var, mpz_t off, in determine_value_range()
706 bound_difference (class loop *loop, tree x, tree y, bounds *bnds) in bound_difference()
966 number_of_iterations_ne (class loop *loop, tree type, affine_iv *iv, in number_of_iterations_ne()
1465 number_of_iterations_lt (class loop *loop, tree type, affine_iv *iv0, in number_of_iterations_lt()
1578 number_of_iterations_le (class loop *loop, tree type, affine_iv *iv0, in number_of_iterations_le()
1728 number_of_iterations_cond (class loop *loop, in number_of_iterations_cond()
2266 simplify_using_initial_conditions (class loop *loop, tree expr) in simplify_using_initial_conditions()
2318 simplify_using_outer_evolutions (class loop *loop, tree expr) in simplify_using_outer_evolutions()
2371 loop_only_exit_p (const class loop *loop, basic_block *body, const_edge exit) in loop_only_exit_p()
2397 number_of_iterations_exit_assumptions (class loop *loop, edge exit, in number_of_iterations_exit_assumptions()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.cc64 flow_loop_nested_p (const class loop *outer, const class loop *loop) in flow_loop_nested_p()
76 superloop_at_depth (class loop *loop, unsigned depth) in superloop_at_depth()
91 get_loop_latch_edges (const class loop *loop) in get_loop_latch_edges()
110 flow_loop_dump (const class loop *loop, FILE *file, in flow_loop_dump()
165 flow_loops_dump (FILE *file, void (*loop_dump_aux) (const class loop *, FILE *, int), int verbose) in flow_loops_dump()
172 for (auto loop : loops_list (cfun, LI_INCLUDE_ROOT)) in flow_loops_dump() local
184 flow_loop_free (class loop *loop) in flow_loop_free()
213 loop_p loop; in flow_loops_free() local
232 flow_loop_nodes_find (basic_block header, class loop *loop) in flow_loop_nodes_find()
281 establish_preds (class loop *loop, class loop *father) in establish_preds()
[all …]
H A Dhw-doloop.cc40 hwloop_info loop; in dump_hwloops() local
70 bb_in_loop_p (hwloop_info loop, basic_block bb) in bb_in_loop_p()
78 scan_loop (hwloop_info loop) in scan_loop()
158 process_incoming_edges (hwloop_info loop) in process_incoming_edges()
193 add_forwarder_blocks (hwloop_info loop) in add_forwarder_blocks()
230 discover_loop (hwloop_info loop, basic_block tail_bb, rtx_insn *tail_insn, rtx reg) in discover_loop()
348 hwloop_info loop; in discover_loops() local
460 hwloop_info loop = loops; in free_loops() local
494 hwloop_info loop; in reorder_loops() local
553 optimize_loop (hwloop_info loop, struct hw_doloop_hooks *hooks) in optimize_loop()
[all …]
H A Dtree-ssa-loop-unswitch.cc98 for (auto loop : loops_list (cfun, LI_FROM_INNERMOST)) in tree_ssa_unswitch_loops() local
117 is_maybe_undefined (const tree name, gimple *stmt, class loop *loop) in is_maybe_undefined()
190 tree_may_unswitch_on (basic_block bb, class loop *loop) in tree_may_unswitch_on()
235 simplify_using_entry_checks (class loop *loop, tree cond) in simplify_using_entry_checks()
268 tree_unswitch_single_loop (class loop *loop, int num) in tree_unswitch_single_loop()
487 tree_unswitch_loop (class loop *loop, in tree_unswitch_loop()
510 tree_unswitch_outer_loop (class loop *loop) in tree_unswitch_outer_loop()
562 find_loop_guard (class loop *loop, vec<gimple *> &dbg_to_reset) in find_loop_guard()
728 empty_bb_without_guard_p (class loop *loop, basic_block bb, in empty_bb_without_guard_p()
781 used_outside_loop_p (class loop *loop, tree name, vec<gimple *> &dbg_to_reset) in used_outside_loop_p()
[all …]
H A Dcfgloopanal.cc45 just_once_each_iteration_p (const class loop *loop, const_basic_block bb) in just_once_each_iteration_p()
177 num_loop_insns (const class loop *loop) in num_loop_insns()
201 average_num_loop_insns (const class loop *loop) in average_num_loop_insns()
245 expected_loop_iterations_unbounded (const class loop *loop, in expected_loop_iterations_unbounded()
317 expected_loop_iterations (class loop *loop) in expected_loop_iterations()
326 get_loop_level (const class loop *loop) in get_loop_level()
473 single_likely_exit (class loop *loop, const vec<edge> &exits) in single_likely_exit()
504 get_loop_hot_path (const class loop *loop) in get_loop_hot_path()
H A Dtree-ssa-loop-split.cc77 split_at_bb_p (class loop *loop, basic_block bb, tree *border, affine_iv *iv) in split_at_bb_p()
157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit()
188 find_or_create_guard_phi (class loop *loop, tree guard_iv, affine_iv * /*iv*/) in find_or_create_guard_phi()
204 easy_exit_values (class loop *loop) in easy_exit_values()
751 find_vdef_in_loop (struct loop *loop) in find_vdef_in_loop()
841 get_control_equiv_head_block (struct loop *loop, basic_block bb) in get_control_equiv_head_block()
861 find_control_dep_blocks (struct loop *loop, basic_block bb) in find_control_dep_blocks()
974 vuse_semi_invariant_p (struct loop *loop, gimple *stmt, in vuse_semi_invariant_p()
1015 ssa_semi_invariant_p (struct loop *loop, tree name, in ssa_semi_invariant_p()
1037 loop_iter_phi_semi_invariant_p (struct loop *loop, gphi *loop_phi, in loop_iter_phi_semi_invariant_p()
[all …]
H A Dcfgloopmanip.cc92 class loop *loop = current_loops->tree_root, *act; in fix_bb_placement() local
125 fix_loop_placement (class loop *loop, bool *irred_invalidated) in fix_loop_placement()
429 place_new_loop (struct function *fn, class loop *loop) in place_new_loop()
440 add_loop (class loop *loop, class loop *outer) in add_loop()
492 scale_loop_frequencies (class loop *loop, profile_probability p) in scale_loop_frequencies()
510 scale_loop_profile (class loop *loop, profile_probability p, in scale_loop_profile()
620 update_dominators_in_loop (class loop *loop) in update_dominators_in_loop()
775 class loop *loop; in create_empty_loop_on_edge() local
860 unloop (class loop *loop, bool *irred_invalidated, in unloop()
915 fix_loop_placements (class loop *loop, bool *irred_invalidated) in fix_loop_placements()
[all …]
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dposix-poll.c36 int uv__platform_loop_init(uv_loop_t* loop) { in uv__platform_loop_init()
44 void uv__platform_loop_delete(uv_loop_t* loop) { in uv__platform_loop_delete()
49 int uv__io_fork(uv_loop_t* loop) { in uv__io_fork()
55 static void uv__pollfds_maybe_resize(uv_loop_t* loop) { in uv__pollfds_maybe_resize()
78 static void uv__pollfds_swap(uv_loop_t* loop, size_t l, size_t r) { in uv__pollfds_swap()
86 static void uv__pollfds_add(uv_loop_t* loop, uv__io_t* w) { in uv__pollfds_add()
107 static void uv__pollfds_del(uv_loop_t* loop, int fd) { in uv__pollfds_del()
134 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll()
336 void uv__platform_invalidate_fd(uv_loop_t* loop, int fd) { in uv__platform_invalidate_fd()
356 int uv__io_check_fd(uv_loop_t* loop, int fd) { in uv__io_check_fd()
H A Dasync.c45 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
122 static void uv__async_io(uv_loop_t* loop, uv__io_t* w, unsigned int events) { in uv__async_io()
168 static void uv__async_send(uv_loop_t* loop) { in uv__async_send()
202 static int uv__async_start(uv_loop_t* loop) { in uv__async_start()
230 int uv__async_fork(uv_loop_t* loop) { in uv__async_fork()
240 void uv__async_stop(uv_loop_t* loop) { in uv__async_stop()
H A Dloop.c30 int uv_loop_init(uv_loop_t* loop) { in uv_loop_init()
132 int uv_loop_fork(uv_loop_t* loop) { in uv_loop_fork()
165 void uv__loop_close(uv_loop_t* loop) { in uv__loop_close()
211 int uv__loop_configure(uv_loop_t* loop, uv_loop_option option, va_list ap) { in uv__loop_configure()
H A Dfs.c1784 int uv_fs_access(uv_loop_t* loop, in uv_fs_access()
1796 int uv_fs_chmod(uv_loop_t* loop, in uv_fs_chmod()
1808 int uv_fs_chown(uv_loop_t* loop, in uv_fs_chown()
1822 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close()
1829 int uv_fs_fchmod(uv_loop_t* loop, in uv_fs_fchmod()
1841 int uv_fs_fchown(uv_loop_t* loop, in uv_fs_fchown()
1855 int uv_fs_lchown(uv_loop_t* loop, in uv_fs_lchown()
1869 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fdatasync()
1876 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat()
1883 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync()
[all …]
H A Dkqueue.c51 int uv__kqueue_init(uv_loop_t* loop) { in uv__kqueue_init()
66 int uv__io_fork(uv_loop_t* loop) { in uv__io_fork()
94 int uv__io_check_fd(uv_loop_t* loop, int fd) { in uv__io_check_fd()
112 void uv__io_poll(uv_loop_t* loop, int timeout) { in uv__io_poll()
444 void uv__platform_invalidate_fd(uv_loop_t* loop, int fd) { in uv__platform_invalidate_fd()
464 static void uv__fs_event(uv_loop_t* loop, uv__io_t* w, unsigned int fflags) { in uv__fs_event()
506 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dcore.c93 static int uv__loops_add(uv_loop_t* loop) { in uv__loops_add()
121 static void uv__loops_remove(uv_loop_t* loop) { in uv__loops_remove()
167 uv_loop_t* loop; in uv__wake_all_loops() local
227 int uv_loop_init(uv_loop_t* loop) { in uv_loop_init()
325 void uv_update_time(uv_loop_t* loop) { in uv_update_time()
337 void uv__loop_close(uv_loop_t* loop) { in uv__loop_close()
378 int uv__loop_configure(uv_loop_t* loop, uv_loop_option option, va_list ap) { in uv__loop_configure()
391 int uv_backend_fd(const uv_loop_t* loop) { in uv_backend_fd()
396 int uv_loop_fork(uv_loop_t* loop) { in uv_loop_fork()
401 static int uv__loop_alive(const uv_loop_t* loop) { in uv__loop_alive()
[all …]
H A Dasync.c31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame()
40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init()
57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close()
67 uv_loop_t* loop = handle->loop; in uv_async_send() local
86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req()
H A Dpoll.c77 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__fast_poll_submit_poll_req()
139 static void uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__fast_poll_process_poll_req()
238 static SOCKET uv__fast_poll_get_peer_socket(uv_loop_t* loop, in uv__fast_poll_get_peer_socket()
338 static void uv__slow_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__slow_poll_submit_poll_req()
368 static void uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__slow_poll_process_poll_req()
410 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init()
415 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket()
529 void uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) { in uv__process_poll_req()
538 int uv__poll_close(uv_loop_t* loop, uv_poll_t* handle) { in uv__poll_close()
579 void uv__poll_endgame(uv_loop_t* loop, uv_poll_t* handle) { in uv__poll_endgame()
H A Dreq-inl.h56 #define REGISTER_HANDLE_REQ(loop, handle, req) \ argument
62 #define UNREGISTER_HANDLE_REQ(loop, handle, req) \ argument
76 #define POST_COMPLETION_FOR_REQ(loop, req) \ argument
90 INLINE static void uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) { in uv__insert_pending_req()
114 #define DELEGATE_STREAM_REQ(loop, req, method, handle_at) \ argument
141 INLINE static void uv__process_reqs(uv_loop_t* loop) { in uv__process_reqs()
H A Dhandle-inl.h32 #define DECREASE_ACTIVE_COUNT(loop, handle) \ argument
42 #define INCREASE_ACTIVE_COUNT(loop, handle) \ argument
88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame()
98 INLINE static void uv__process_endgames(uv_loop_t* loop) { in uv__process_endgames()
H A Dpipe.c106 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init()
381 int uv__create_stdio_pipe_pair(uv_loop_t* loop, in uv__create_stdio_pipe_pair()
450 static int uv__set_pipe_handle(uv_loop_t* loop, in uv__set_pipe_handle()
528 static int pipe_alloc_accept(uv_loop_t* loop, uv_pipe_t* handle, in pipe_alloc_accept()
561 uv_loop_t* loop; in pipe_shutdown_thread_proc() local
581 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t *req) { in uv__pipe_shutdown()
631 void uv__pipe_endgame(uv_loop_t* loop, uv_pipe_t* handle) { in uv__pipe_endgame()
697 uv_loop_t* loop = handle->loop; in uv_pipe_bind() local
780 uv_loop_t* loop; in pipe_connect_thread_proc() local
821 uv_loop_t* loop = handle->loop; in uv_pipe_connect() local
[all …]
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-event.c414 uv_loop_t* loop = uv_default_loop(); in TEST_IMPL() local
451 uv_loop_t* loop; in TEST_IMPL() local
515 uv_loop_t* loop; in TEST_IMPL() local
568 uv_loop_t* loop = uv_default_loop(); in TEST_IMPL() local
613 uv_loop_t* loop; in TEST_IMPL() local
663 uv_loop_t* loop; in TEST_IMPL() local
685 uv_loop_t* loop; in TEST_IMPL() local
737 uv_loop_t* loop; in TEST_IMPL() local
767 uv_loop_t* loop = uv_default_loop(); in TEST_IMPL() local
805 uv_loop_t* loop = uv_default_loop(); in TEST_IMPL() local
[all …]
H A Dtest-signal.c53 uv_loop_t* loop; in TEST_IMPL() local
133 static void start_watcher(uv_loop_t* loop, in start_watcher()
148 static void start_timer(uv_loop_t* loop, int signum, struct timer_ctx* ctx) { in start_timer()
159 uv_loop_t* loop; in TEST_IMPL() local
191 uv_loop_t* loop; in TEST_IMPL() local
216 uv_loop_t* loop; in TEST_IMPL() local
245 uv_loop_t* loop; in TEST_IMPL() local

12345678910>>...29