Lines Matching defs:loop

62 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()
305 flow_loop_tree_node_add (class loop *father, class loop *loop, in flow_loop_tree_node_add()
325 flow_loop_tree_node_remove (class loop *loop) in flow_loop_tree_node_remove()
349 class loop *loop = ggc_cleared_alloc<class loop> (); in alloc_loop() local
463 class loop *loop; in flow_loops_find() local
506 class loop *loop = larray[i]; in flow_loops_find() local
562 loop_p loop; in sort_sibling_loops() local
698 find_subloop_latch_edge (class loop *loop) in find_subloop_latch_edge()
732 form_subloop (class loop *loop, edge latch) in form_subloop()
762 merge_latch_edges (class loop *loop) in merge_latch_edges()
795 disambiguate_multiple_latches (class loop *loop) in disambiguate_multiple_latches()
839 class loop *loop; in disambiguate_loops_with_multiple_latches() local
850 flow_bb_inside_loop_p (const class loop *loop, const_basic_block bb) in flow_bb_inside_loop_p()
866 const class loop *const loop = (const class loop *) glb_loop; in glb_enum_p() local
879 get_loop_body_with_size (const class loop *loop, basic_block *body, in get_loop_body_with_size()
891 get_loop_body (const class loop *loop) in get_loop_body()
921 fill_sons_in_loop (const class loop *loop, basic_block bb, in fill_sons_in_loop()
951 get_loop_body_in_dom_order (const class loop *loop) in get_loop_body_in_dom_order()
973 get_loop_body_in_custom_order (const class loop *loop, in get_loop_body_in_custom_order()
986 get_loop_body_in_custom_order (const class loop *loop, void *data, in get_loop_body_in_custom_order()
999 get_loop_body_in_bfs_order (const class loop *loop) in get_loop_body_in_bfs_order()
1206 get_loop_exit_edges (const class loop *loop, basic_block *body) in get_loop_exit_edges()
1247 num_loop_branches (const class loop *loop) in num_loop_branches()
1266 add_bb_to_loop (basic_block bb, class loop *loop) in add_bb_to_loop()
1294 class loop *loop = bb->loop_father; in remove_bb_from_loops() local
1343 delete_loop (class loop *loop) in delete_loop()
1358 cancel_loop (class loop *loop) in cancel_loop()
1377 cancel_loop_tree (class loop *loop) in cancel_loop_tree()
1406 class loop *loop; in verify_loop_structure() local
1748 loop_latch_edge (const class loop *loop) in loop_latch_edge()
1755 loop_preheader_edge (const class loop *loop) in loop_preheader_edge()
1779 loop_exit_edge_p (const class loop *loop, const_edge e) in loop_exit_edge_p()
1790 single_exit (const class loop *loop) in single_exit()
1806 loop_exits_to_bb_p (class loop *loop, basic_block bb) in loop_exits_to_bb_p()
1821 loop_exits_from_bb_p (class loop *loop, basic_block bb) in loop_exits_from_bb_p()
1836 get_loop_location (class loop *loop) in get_loop_location()
1890 record_niter_bound (class loop *loop, const widest_int &i_bound, in record_niter_bound()
1941 get_estimated_loop_iterations_int (class loop *loop) in get_estimated_loop_iterations_int()
1961 max_stmt_executions_int (class loop *loop) in max_stmt_executions_int()
1980 likely_max_stmt_executions_int (class loop *loop) in likely_max_stmt_executions_int()
1999 get_estimated_loop_iterations (class loop *loop, widest_int *nit) in get_estimated_loop_iterations()
2023 get_max_loop_iterations (const class loop *loop, widest_int *nit) in get_max_loop_iterations()
2037 get_max_loop_iterations_int (const class loop *loop) in get_max_loop_iterations_int()
2057 get_likely_max_loop_iterations (class loop *loop, widest_int *nit) in get_likely_max_loop_iterations()
2071 get_likely_max_loop_iterations_int (class loop *loop) in get_likely_max_loop_iterations_int()
2097 mark_loop_for_removal (loop_p loop) in mark_loop_for_removal()