Otawa  0.10
cfg_DelayedBuilder.cpp File Reference

Namespaces

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

Typedefs

typedef enum otawa::action_t otawa::action_t
 

Enumerations

enum  otawa::action_t { otawa::DO_NOTHING = 0, otawa::DO_SWALLOW, otawa::DO_INSERT }
 

Functions

SilentFeature otawa::DELAYED_CFG_FEATURE ("otawa::DELAYED_CFG_FEATURE", maker)
 This feature informs that the current microprocessor supports delayed branches and that the CFG has been changed to reflect effect of delay branches. More...
 
Identifier< bool > otawa::DELAYED_INST ("otawa::DELAYED_INST", false)
 This property is set on instruction of a delayed branch. More...
 
Identifier< bool > otawa::DELAYED_NOP ("otawa::DELAYED_NOP", false)
 This property is true on NOP instructions insserted due to branch delay. More...
 

Variables

Identifier< int > otawa::TO_DELAY ("", 0)