GCC Middle and Back End API Reference
ipa_node_params_t Class Reference

#include <ipa-prop.h>

Inheritance diagram for ipa_node_params_t:
Collaboration diagram for ipa_node_params_t:

Public Member Functions

 ipa_node_params_t (symbol_table *table, bool ggc)
 
void duplicate (cgraph_node *node, cgraph_node *node2, ipa_node_params *data, ipa_node_params *data2) final override
 

Detailed Description

Function summary for ipa_node_params.   

Constructor & Destructor Documentation

◆ ipa_node_params_t()

ipa_node_params_t::ipa_node_params_t ( symbol_table * table,
bool ggc )
inline

Member Function Documentation

◆ duplicate()

void ipa_node_params_t::duplicate ( cgraph_node * node,
cgraph_node * node2,
ipa_node_params * old_info,
ipa_node_params * new_info )
finaloverride
Hook that is called by summary when a node is duplicated.   

References gcc_assert, ggc_alloc(), and vec_safe_copy().


The documentation for this class was generated from the following files: