GCC Middle and Back End API Reference
pass_list_node Struct Reference
Collaboration diagram for pass_list_node:

Data Fields

struct opt_passpass
struct pass_list_nodenext

Detailed Description

   List node for an inserted pass instance. We need to keep track of all
   the newly-added pass instances (with 'added_pass_nodes' defined below)
   so that we can register their dump files after pass-positioning is finished.
   Registering dumping files needs to be post-processed or the
   static_pass_number of the opt_pass object would be modified and mess up
   the dump file names of future pass instances to be added.  

Field Documentation

struct pass_list_node* pass_list_node::next
struct opt_pass* pass_list_node::pass

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