Home
last modified time | relevance | path

Searched defs:loops (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dcfgloopmanip.c100 fix_bb_placement (struct loops *loops, basic_block bb) in fix_bb_placement()
141 fix_bb_placements (struct loops *loops, basic_block from, in fix_bb_placements()
246 remove_path (struct loops *loops, edge e) in remove_path()
369 add_loop (struct loops *loops, struct loop *loop) in add_loop()
411 loopify (struct loops *loops, edge latch_edge, edge header_edge, in loopify()
511 unloop (struct loops *loops, struct loop *loop, bool *irred_invalidated) in unloop()
603 fix_loop_placements (struct loops *loops, struct loop *loop, in fix_loop_placements()
627 place_new_loop (struct loops *loops, struct loop *loop) in place_new_loop()
639 duplicate_loop (struct loops *loops, struct loop *loop, struct loop *target) in duplicate_loop()
660 duplicate_subloops (struct loops *loops, struct loop *loop, struct loop *target) in duplicate_subloops()
[all …]
H A Dcfgloop.h145 struct loops struct
150 /* State of loops. */ argument
153 /* We store just pointers to loops here. argument
173 /* Headers shared by multiple loops that should be merged. */ argument
179 extern struct loops *current_loops; argument
H A Dcfgloop.c53 flow_loops_cfg_dump (const struct loops *loops, FILE *file) in flow_loops_cfg_dump()
153 flow_loops_dump (const struct loops *loops, FILE *file, void (*loop_dump_aux) (const struct loop *,… in flow_loops_dump()
190 flow_loops_free (struct loops *loops) in flow_loops_free()
273 mark_single_exit_loops (struct loops *loops) in mark_single_exit_loops()
419 flow_loops_level_compute (struct loops *loops) in flow_loops_level_compute()
577 initialize_loops_parallel_p (struct loops *loops) in initialize_loops_parallel_p()
593 flow_loops_find (struct loops *loops) in flow_loops_find()
1016 cancel_loop (struct loops *loops, struct loop *loop) in cancel_loop()
1040 cancel_loop_tree (struct loops *loops, struct loop *loop) in cancel_loop_tree()
1055 verify_loop_structure (struct loops *loops) in verify_loop_structure()
H A Dtree-ssa-loop-unswitch.c84 tree_ssa_unswitch_loops (struct loops *loops) in tree_ssa_unswitch_loops()
180 tree_unswitch_single_loop (struct loops *loops, struct loop *loop, int num) in tree_unswitch_single_loop()
280 tree_unswitch_loop (struct loops *loops, struct loop *loop, in tree_unswitch_loop()
H A Dtree-ssa-loop-ivcanon.c276 canonicalize_loop_induction_variables (struct loops *loops, struct loop *loop, in canonicalize_loop_induction_variables()
334 canonicalize_induction_variables (struct loops *loops) in canonicalize_induction_variables()
364 tree_unroll_loops_completely (struct loops *loops, bool may_increase_size) in tree_unroll_loops_completely()
568 remove_empty_loops (struct loops *loops) in remove_empty_loops()
H A Dloop-unswitch.c140 unswitch_loops (struct loops *loops) in unswitch_loops()
262 unswitch_single_loop (struct loops *loops, struct loop *loop, in unswitch_single_loop()
401 unswitch_loop (struct loops *loops, struct loop *loop, basic_block unswitch_on, in unswitch_loop()
H A Dloop-unroll.c145 unroll_and_peel_loops (struct loops *loops, int flags) in unroll_and_peel_loops()
234 peel_loops_completely (struct loops *loops, int flags) in peel_loops_completely()
272 decide_unrolling_and_peeling (struct loops *loops, int flags) in decide_unrolling_and_peeling()
478 peel_loop_completely (struct loops *loops, struct loop *loop) in peel_loop_completely()
661 unroll_loop_constant_iterations (struct loops *loops, struct loop *loop) in unroll_loop_constant_iterations()
934 unroll_loop_runtime_iterations (struct loops *loops, struct loop *loop) in unroll_loop_runtime_iterations()
1264 peel_loop_simple (struct loops *loops, struct loop *loop) in peel_loop_simple()
1414 unroll_loop_stupid (struct loops *loops, struct loop *loop) in unroll_loop_stupid()
H A Dloop-init.c43 struct loops *loops = XCNEW (struct loops); in loop_optimizer_init() local
108 loop_optimizer_finalize (struct loops *loops) in loop_optimizer_finalize()
H A Dtree-ssa-loop-ch.c126 struct loops *loops; in copy_loop_headers() local
H A Dtree-loop-linear.c242 linear_transform_loops (struct loops *loops) in linear_transform_loops()
H A Dtree-vectorizer.c827 slpeel_tree_duplicate_loop_to_edge_cfg (struct loop *loop, struct loops *loops, in slpeel_tree_duplicate_loop_to_edge_cfg()
1068 slpeel_tree_peel_loop_to_edge (struct loop *loop, struct loops *loops, in slpeel_tree_peel_loop_to_edge()
2033 vectorize_loops (struct loops *loops) in vectorize_loops()
H A Dcfgloopanal.c269 mark_irreducible_loops (struct loops *loops) in mark_irreducible_loops()
573 mark_loop_exit_edges (struct loops *loops) in mark_loop_exit_edges()
H A Dtree-ssa-loop.c50 struct loops *loops; in tree_loop_optimizer_init() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcfgloop.c52 flow_loops_cfg_dump (loops, file) in flow_loops_cfg_dump() argument
153 flow_loops_dump (loops, file, loop_dump_aux, verbose) in flow_loops_dump() argument
202 flow_loops_free (loops) in flow_loops_free() argument
526 flow_loops_level_compute (loops) in flow_loops_level_compute() argument
536 flow_loop_scan (loops, loop, flags) in flow_loop_scan() argument
758 flow_loops_find (loops, flags) in flow_loops_find() argument
941 flow_loops_update (loops, flags) in flow_loops_update() argument
1083 verify_loop_structure (loops, flags) in verify_loop_structure() argument
H A Dbasic-block.h491 struct loops struct
500 will find the inner loops before their enclosing outer loops). */ argument
505 loops here. */ argument
525 /* Headers shared by multiple loops that should be merged. */ argument
526 sbitmap shared_headers;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D941014-4.c4 int *loops = 0, *loope = 0; in f() local
/openbsd-src/regress/lib/libssl/verify/
H A Dverify.c266 int loops = 0, client_ret = 0, server_ret = 0; in handshake() local
289 int loops = 0, client_ret = 0, server_ret = 0; in shutdown_peers() local
/openbsd-src/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c335 int loops = 0, client_ret = 0, server_ret = 0; in handshake() local
358 int loops = 0, client_ret = 0, server_ret = 0; in shutdown_peers() local
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Ddelay.h30 int loops = msecs; in mdelay() local
/openbsd-src/gnu/llvm/llvm/docs/
H A DCycleTerminology.rst195 .. _cycle-closed-path:
H A DPasses.rst757 .. _passes-loop-extract:
849 .. _passes-loop-unswitch:
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread6.cc36 const int loops = 100000; variable
/openbsd-src/usr.bin/dig/lib/isc/
H A Dhex.c43 unsigned int loops = 0; in isc_hex_totext() local
H A Dbase64.c45 unsigned int loops = 0; in isc_base64_totext() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.h47 const MachineLoopInfo *loops; variable

123