Skip to content

bloqade.lanes.rewrite.place2move.InsertMeasure

← Module overview

classInsertMeasuresource

bloqade.lanes.rewrite.place2move.InsertMeasure

Bases: RewriteRule

Signature
class InsertMeasure(placement_analysis: dict[ir.SSAValue, placement.AtomState])

Parameters

NameTypeDescription
placement_analysisdict[ir.SSAValue, placement.AtomState]

Attributes

NameTypeDescription
placement_analysisdict[ir.SSAValue, placement.AtomState]

methodrewrite_Statementsource

bloqade.lanes.rewrite.place2move.InsertMeasure.rewrite_Statement

def rewrite_Statement(node: ir.Statement)

Parameters

NameTypeDescription
nodeir.Statement
source