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

Data Fields

cgraph_nodefunction_symbol
 
bool maybe_unlikely_executed
 
bool maybe_executed_once
 
bool only_called_at_startup
 
bool only_called_at_exit
 

Detailed Description

Data used by ipa_propagate_frequency.   

Field Documentation

◆ function_symbol

cgraph_node* ipa_propagate_frequency_data::function_symbol

◆ maybe_executed_once

bool ipa_propagate_frequency_data::maybe_executed_once

◆ maybe_unlikely_executed

bool ipa_propagate_frequency_data::maybe_unlikely_executed

◆ only_called_at_exit

bool ipa_propagate_frequency_data::only_called_at_exit

◆ only_called_at_startup

bool ipa_propagate_frequency_data::only_called_at_startup

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