GCC Middle and Back End API Reference
predictor_info Struct Reference

Data Fields

const char *const name
 
const int hitrate
 
const int flags
 

Detailed Description

Information we hold about each branch predictor.
Filled using information from predict.def.   

Field Documentation

◆ flags

const int predictor_info::flags

◆ hitrate

const int predictor_info::hitrate

Referenced by predict_loops().

◆ name

const char* const predictor_info::name

Referenced by predict_loops(), and predictor_name().


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