mapSemanticValue

open fun mapSemanticValue(oldSemanticValue: L2SemanticValue): L2SemanticValue

Transform the given L2SemanticValue into another. By default this does nothing, but for a subclass that performs inlining, this can be useful for indicating that a semantic value is for the inlined frame rather than outer frame.

Return

The replacement L2SemanticValue.

Parameters

oldSemanticValue

The original L2SemanticValue from the source graph.