GCC Middle and Back End API Reference
ipa_node_params Struct Reference

#include <ipa-prop.h>

Collaboration diagram for ipa_node_params:

Data Fields

vec< ipa_param_descriptor_tdescriptors
struct ipcp_param_latticeslattices
struct cgraph_nodeipcp_orig_node
vec< treeknown_vals
unsigned uses_analysis_done: 1
unsigned node_enqueued: 1
unsigned do_clone_for_all_contexts: 1
unsigned is_all_contexts_clone: 1
unsigned node_dead: 1

Detailed Description

ipa_node_params stores information related to formal parameters of functions
   and some other information for interprocedural passes that operate on
   parameters (such as ipa-cp).   

Field Documentation

unsigned ipa_node_params::do_clone_for_all_contexts
unsigned ipa_node_params::is_all_contexts_clone
unsigned ipa_node_params::node_dead
unsigned ipa_node_params::node_enqueued
unsigned ipa_node_params::uses_analysis_done

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