GCC Middle and Back End API Reference
|
Data Fields | |
struct opt_pass * | pass |
struct pass_list_node * | next |
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.
struct pass_list_node* pass_list_node::next |
struct opt_pass* pass_list_node::pass |