Otawa  0.10
features.h File Reference

Go to the source code of this file.

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 
 otawa::bpred
 

Enumerations

enum  otawa::bpred::method_t { otawa::bpred::NO_CONFLICT_2BITS_COUNTER = 0, otawa::bpred::BI_MODAL = 1, otawa::bpred::GLOBAL_2B = 2, otawa::bpred::GLOBAL_1B = 3 }
 

Variables

SilentFeature otawa::bpred::BRANCH_PREDICTION_FEATURE
 
Identifier< method_t > otawa::bpred::METHOD
 Configuration property to select the method used for branch prediction. More...
 
Identifier< int > otawa::bpred::BHT_SIZE
 Configuration property to select the BHT's size to use with the bimodal metho. More...
 
Identifier< int > otawa::bpred::HISTORY_SIZE
 Configuration property to select the history size to use for Global2b and Global1b methods. More...
 
Identifier< bool > otawa::bpred::DUMP_BCG
 Configuration property to dump or not the BCGs. More...
 
Identifier< bool > otawa::bpred::DUMP_BHG
 Configuration property to select to dump or not the BHGs. More...
 
Identifier< bool > otawa::bpred::DUMP_BBHG
 Configuration property to dump or not the BBHGs. More...
 
Identifier< bool > otawa::bpred::WITH_MITRA
 Configuration property to use or not some constraints from mitra's . More...
 
Identifier< bool > otawa::bpred::WITH_STATS
 Configuration property to generate or not stats. More...
 
Identifier< const char * > otawa::bpred::INIT_HISTORY_BINARYVALUE
 Configuration property to select the inital value for history. More...
 
Identifier< bool > otawa::bpred::EXPLICIT_MODE
 Configuration property to select . More...