C-Breeze
C Compiler Infrastructure

[ Project home page]

Dataflow_h_fields

field accessors More...

Functions

*bool FlowProblem::forward () const
bool FlowProblem::changed () const
void FlowProblem::changed (bool ch)
bool FlowProblem::last () const
void FlowProblem::last (bool l)
bool FlowProblem::basicblocks () const
void FlowProblem::basicblocks (bool a)
FlowValFlowProblem::top () const

Detailed Description

field accessors


Function Documentation

void FlowProblem::basicblocks bool  a  )  [inline, inherited]
 

Definition at line 125 of file dataflow.h.

References FlowProblem::_basicblocks.

bool FlowProblem::basicblocks  )  const [inline, inherited]
 

Definition at line 124 of file dataflow.h.

References FlowProblem::_basicblocks.

void FlowProblem::changed bool  ch  )  [inline, inherited]
 

Definition at line 119 of file dataflow.h.

References FlowProblem::_changed.

bool FlowProblem::changed  )  const [inline, inherited]
 

Definition at line 118 of file dataflow.h.

References FlowProblem::_changed.

* bool FlowProblem::forward  )  const [inline, inherited]
 

Definition at line 116 of file dataflow.h.

References FlowProblem::_forward.

void FlowProblem::last bool  l  )  [inline, inherited]
 

Definition at line 122 of file dataflow.h.

References FlowProblem::_last.

bool FlowProblem::last  )  const [inline, inherited]
 

Definition at line 121 of file dataflow.h.

References FlowProblem::_last.

FlowVal* FlowProblem::top  )  const [inline, inherited]
 

Definition at line 127 of file dataflow.h.

References FlowProblem::_top.


Generated on February 1, 2006
Back to the C-Breeze home page