Trait rustc_trans::middle::dataflow::DataFlowOperatorUnstable
[-] [+]
[src]
pub trait DataFlowOperator: BitwiseOperator { fn initial_value(&self) -> bool; }
Parameterization for the precise form of data flow that is used.
Required Methods
fn initial_value(&self) -> bool
Specifies the initial value for each bit in the on_entry
set