bloqade.lanes.rewrite.transversal.RewriteLocations
← Module overview
class
method
classRewriteLocations¶source
bloqade.lanes.rewrite.transversal.RewriteLocations
Bases: rewrite_abc.RewriteRule
Signature
class RewriteLocations(transform_location: Callable[[LocationAddress], Iterable[LocationAddress] | None])Parameters
| Name | Type | Description |
|---|---|---|
transform_location | Callable[[LocationAddress], Iterable[LocationAddress] | None] |
Attributes
| Name | Type | Description |
|---|---|---|
transform_location | Callable[[LocationAddress], Iterable[LocationAddress] | None] |
methodrewrite_Statement¶source
bloqade.lanes.rewrite.transversal.RewriteLocations.rewrite_Statement