GCC Middle and Back End API Reference
histogram_value_t Struct Reference

#include <value-prof.h>

Collaboration diagram for histogram_value_t:

Data Fields

struct { 
 
   tree   value 
 
   gimple *   stmt 
 
   gcov_type *   counters 
 
   struct histogram_value_t *   next 
 
hvalue 
 
enum hist_type type
 
unsigned n_counters
 
struct functionfun
 
union { 
 
   struct { 
 
      int   int_start 
 
      unsigned int   steps 
 
   }   intvl 
 
hdata 
 

Detailed Description

The value to measure.   

Field Documentation

◆ counters

gcov_type* histogram_value_t::counters

◆ fun

struct function* histogram_value_t::fun

◆ [union]

union { ... } histogram_value_t::hdata

◆ [struct]

◆ int_start

int histogram_value_t::int_start

◆ [struct]

struct { ... } histogram_value_t::intvl

◆ n_counters

unsigned histogram_value_t::n_counters

◆ next

◆ steps

unsigned int histogram_value_t::steps

◆ stmt

◆ type

enum hist_type histogram_value_t::type

◆ value

tree histogram_value_t::value

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