Lines Matching defs:loop

62 flow_loop_nested_p (const struct loop *outer, const struct loop *loop)  in flow_loop_nested_p()
74 superloop_at_depth (struct loop *loop, unsigned depth) in superloop_at_depth()
89 get_loop_latch_edges (const struct loop *loop) in get_loop_latch_edges()
108 flow_loop_dump (const struct loop *loop, FILE *file, in flow_loop_dump()
163 flow_loops_dump (FILE *file, void (*loop_dump_aux) (const struct loop *, FILE *, int), int verbose) in flow_loops_dump()
165 struct loop *loop; in flow_loops_dump() local
184 flow_loop_free (struct loop *loop) in flow_loop_free()
213 loop_p loop; in flow_loops_free() local
232 flow_loop_nodes_find (basic_block header, struct loop *loop) in flow_loop_nodes_find()
281 establish_preds (struct loop *loop, struct loop *father) in establish_preds()
305 flow_loop_tree_node_add (struct loop *father, struct loop *loop, in flow_loop_tree_node_add()
325 flow_loop_tree_node_remove (struct loop *loop) in flow_loop_tree_node_remove()
349 struct loop *loop = ggc_cleared_alloc<struct loop> (); in alloc_loop() local
463 struct loop *loop; in flow_loops_find() local
506 struct loop *loop = larray[i]; in flow_loops_find() local
562 loop_p loop; in sort_sibling_loops() local
698 find_subloop_latch_edge (struct loop *loop) in find_subloop_latch_edge()
732 form_subloop (struct loop *loop, edge latch) in form_subloop()
762 merge_latch_edges (struct loop *loop) in merge_latch_edges()
795 disambiguate_multiple_latches (struct loop *loop) in disambiguate_multiple_latches()
839 struct loop *loop; in disambiguate_loops_with_multiple_latches() local
850 flow_bb_inside_loop_p (const struct loop *loop, const_basic_block bb) in flow_bb_inside_loop_p()
866 const struct loop *const loop = (const struct loop *) glb_loop; in glb_enum_p() local
879 get_loop_body_with_size (const struct loop *loop, basic_block *body, in get_loop_body_with_size()
891 get_loop_body (const struct loop *loop) in get_loop_body()
921 fill_sons_in_loop (const struct loop *loop, basic_block bb, in fill_sons_in_loop()
951 get_loop_body_in_dom_order (const struct loop *loop) in get_loop_body_in_dom_order()
973 get_loop_body_in_custom_order (const struct loop *loop, in get_loop_body_in_custom_order()
986 get_loop_body_in_bfs_order (const struct loop *loop) in get_loop_body_in_bfs_order()
1193 get_loop_exit_edges (const struct loop *loop) in get_loop_exit_edges()
1229 num_loop_branches (const struct loop *loop) in num_loop_branches()
1248 add_bb_to_loop (basic_block bb, struct loop *loop) in add_bb_to_loop()
1276 struct loop *loop = bb->loop_father; in remove_bb_from_loops() local
1325 delete_loop (struct loop *loop) in delete_loop()
1340 cancel_loop (struct loop *loop) in cancel_loop()
1359 cancel_loop_tree (struct loop *loop) in cancel_loop_tree()
1379 struct loop *loop; in verify_loop_structure() local
1716 loop_latch_edge (const struct loop *loop) in loop_latch_edge()
1723 loop_preheader_edge (const struct loop *loop) in loop_preheader_edge()
1747 loop_exit_edge_p (const struct loop *loop, const_edge e) in loop_exit_edge_p()
1758 single_exit (const struct loop *loop) in single_exit()
1774 loop_exits_to_bb_p (struct loop *loop, basic_block bb) in loop_exits_to_bb_p()
1789 loop_exits_from_bb_p (struct loop *loop, basic_block bb) in loop_exits_from_bb_p()
1804 get_loop_location (struct loop *loop) in get_loop_location()
1858 record_niter_bound (struct loop *loop, const widest_int &i_bound, in record_niter_bound()
1909 get_estimated_loop_iterations_int (struct loop *loop) in get_estimated_loop_iterations_int()
1929 max_stmt_executions_int (struct loop *loop) in max_stmt_executions_int()
1948 likely_max_stmt_executions_int (struct loop *loop) in likely_max_stmt_executions_int()
1967 get_estimated_loop_iterations (struct loop *loop, widest_int *nit) in get_estimated_loop_iterations()
1991 get_max_loop_iterations (const struct loop *loop, widest_int *nit) in get_max_loop_iterations()
2005 get_max_loop_iterations_int (const struct loop *loop) in get_max_loop_iterations_int()
2025 get_likely_max_loop_iterations (struct loop *loop, widest_int *nit) in get_likely_max_loop_iterations()
2039 get_likely_max_loop_iterations_int (struct loop *loop) in get_likely_max_loop_iterations_int()
2065 mark_loop_for_removal (loop_p loop) in mark_loop_for_removal()