GCC Middle and Back End API Reference
autofdo::edge_info Class Reference
Collaboration diagram for autofdo::edge_info:

Public Member Functions

 edge_info ()
 
bool is_annotated () const
 
void set_annotated ()
 
profile_count get_count () const
 
void set_count (profile_count count)
 

Private Attributes

profile_count count_
 
bool annotated_
 

Constructor & Destructor Documentation

◆ edge_info()

autofdo::edge_info::edge_info ( )
inline

Member Function Documentation

◆ get_count()

profile_count autofdo::edge_info::get_count ( ) const
inline

References count_.

◆ is_annotated()

bool autofdo::edge_info::is_annotated ( ) const
inline

References annotated_.

◆ set_annotated()

void autofdo::edge_info::set_annotated ( )
inline

References annotated_.

◆ set_count()

void autofdo::edge_info::set_count ( profile_count count)
inline

References count, and count_.

Field Documentation

◆ annotated_

bool autofdo::edge_info::annotated_
private

Referenced by is_annotated(), and set_annotated().

◆ count_

profile_count autofdo::edge_info::count_
private

Referenced by get_count(), and set_count().


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