Function maybe_perform_pipelining_tasks

Source
pub fn maybe_perform_pipelining_tasks(
    unit: &Loc<Unit>,
    head: &Loc<UnitHead>,
    ctx: &mut Context,
) -> Result<Option<PipelineContext>>
Expand description

Performs the pipelining tasks we need to do before visiting staements during ast lowering. In particular, this adds type symbols for each pipeline stage