Function come::ir::optimize::pass::memory_to_register::decide_variable_value

source ·
fn decide_variable_value(
    variable_name: &str,
    current_variable_value: &[HashMap<String, (usize, Quantity)>]
) -> (usize, Quantity)
Expand description

Decide which value should be used for the phi nodes for variable which name is variable_name.