Unused

dfhdl.compiler.ir.Unused
enum Unused extends DFTagOf[DFVal]

Attributes

Graph
Supertypes
trait Enum
trait DFTagOf[DFVal]
trait DFTag
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case Keep extends Unused

Keep suppresses the unused warning, and also attempts to keep the tagged value.

Keep suppresses the unused warning, and also attempts to keep the tagged value.

Attributes

case case Prune extends Unused

Prune removes all the redundant paths until and including the tagged value.

Prune removes all the redundant paths until and including the tagged value.

Attributes

case case Quiet extends Unused

Quiet just suppresses the unused warning for the tagged value.

Quiet just suppresses the unused warning for the tagged value.

Attributes