GCC Middle and Back End API Reference
loop_exit Struct Reference

#include <cfgloop.h>

Collaboration diagram for loop_exit:

Data Fields

edge e
struct loop_exitprev
struct loop_exitnext
struct loop_exitnext_e

Detailed Description

   Description of the loop exit.  

Field Documentation

struct loop_exit* loop_exit::next_e
     Next element in the list of loops from that E exits.  

Referenced by get_loop_body_in_bfs_order().

struct loop_exit* loop_exit::prev
     Previous and next exit in the list of the exits of the loop.  

Referenced by flow_loop_free(), get_loop_body_in_bfs_order(), and loop_exit_hash().


The documentation for this struct was generated from the following file: