Documentation ¶
Overview ¶
Package unused defines a transformation pass to remove unused functions.
The transformation works by recursively removing control flow graph nodes that have no predecessor (caller), until all nodes in the graph are called. A caveat is cycles in the graph are not removed.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.