Lines Matching defs:loop

66 flow_loop_nested_p (const struct loop *outer, const struct loop *loop)  in flow_loop_nested_p()
78 superloop_at_depth (struct loop *loop, unsigned depth) in superloop_at_depth()
112 flow_loop_dump (const struct loop *loop, FILE *file, in flow_loop_dump()
158 flow_loops_dump (FILE *file, void (*loop_dump_aux) (const struct loop *, FILE *, int), int verbose) in flow_loops_dump()
161 struct loop *loop; in flow_loops_dump() local
180 flow_loop_free (struct loop *loop) in flow_loop_free()
209 loop_p loop; in flow_loops_free() local
228 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()
302 flow_loop_tree_node_add (struct loop *father, struct loop *loop) in flow_loop_tree_node_add()
313 flow_loop_tree_node_remove (struct loop *loop) in flow_loop_tree_node_remove()
337 struct loop *loop = ggc_alloc_cleared_loop (); in alloc_loop() local
457 struct loop *loop; in flow_loops_find() local
616 find_subloop_latch_edge (struct loop *loop) in find_subloop_latch_edge()
650 form_subloop (struct loop *loop, edge latch) in form_subloop()
680 merge_latch_edges (struct loop *loop) in merge_latch_edges()
713 disambiguate_multiple_latches (struct loop *loop) in disambiguate_multiple_latches()
758 struct loop *loop; in disambiguate_loops_with_multiple_latches() local
769 flow_bb_inside_loop_p (const struct loop *loop, const_basic_block bb) in flow_bb_inside_loop_p()
784 const struct loop *const loop = (const struct loop *) glb_loop; in glb_enum_p() local
797 get_loop_body_with_size (const struct loop *loop, basic_block *body, in get_loop_body_with_size()
809 get_loop_body (const struct loop *loop) in get_loop_body()
839 fill_sons_in_loop (const struct loop *loop, basic_block bb, in fill_sons_in_loop()
869 get_loop_body_in_dom_order (const struct loop *loop) in get_loop_body_in_dom_order()
891 get_loop_body_in_custom_order (const struct loop *loop, in get_loop_body_in_custom_order()
904 get_loop_body_in_bfs_order (const struct loop *loop) in get_loop_body_in_bfs_order()
1162 num_loop_branches (const struct loop *loop) in num_loop_branches()
1181 add_bb_to_loop (basic_block bb, struct loop *loop) in add_bb_to_loop()
1210 struct loop *loop = bb->loop_father; in remove_bb_from_loops() local
1260 delete_loop (struct loop *loop) in delete_loop()
1275 cancel_loop (struct loop *loop) in cancel_loop()
1294 cancel_loop_tree (struct loop *loop) in cancel_loop_tree()
1314 struct loop *loop; in verify_loop_structure() local
1567 loop_latch_edge (const struct loop *loop) in loop_latch_edge()
1574 loop_preheader_edge (const struct loop *loop) in loop_preheader_edge()
1591 loop_exit_edge_p (const struct loop *loop, const_edge e) in loop_exit_edge_p()
1602 single_exit (const struct loop *loop) in single_exit()
1618 loop_exits_to_bb_p (struct loop *loop, basic_block bb) in loop_exits_to_bb_p()
1633 loop_exits_from_bb_p (struct loop *loop, basic_block bb) in loop_exits_from_bb_p()