DataCouplingMode

Whether L2SemanticValues or the underlying L2Registers should be considered when following data flow to determine liveness.

Entries

Link copied to clipboard

The liveness analyses should consider the flows through L2SemanticValues.

Link copied to clipboard

L2SemanticValues can be ignored, and only L2Registers should be considered for the liveness analysis.

Link copied to clipboard

Both L2SemanticValues and L2Registers should be traced for liveness.

Properties

Link copied to clipboard

Answer whether L2Registers should be tracked by this policy.

Link copied to clipboard

Answer whether L2SemanticValues should be tracked by this policy.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun addEntitiesFromRead(readOperand: L2ReadOperand<*>, accumulatingSet: MutableSet<L2EntityAndKind>)

Extract each L2EntityAndKind that this policy is concerned with from the given L2ReadOperand.

Link copied to clipboard
abstract fun addEntitiesFromWrite(writeOperand: L2WriteOperand<*>, accumulatingSet: MutableSet<L2EntityAndKind>)

Extract each L2EntityAndKind that this policy is concerned with from the given L2WriteOperand.

Link copied to clipboard

Extract each relevant L2Entity consumed by the given L2Instruction.

Extract each relevant L2Entity consumed by the given L2ReadOperand.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Link copied to clipboard

Extract each relevant L2EntityAndKind produced by the given L2Instruction.

Extract each relevant L2Entity produced by the given L2WriteOperand.