Class JitLocalOutVar

All Implemented Interfaces:
JitOutVar, JitVal, JitVar, JitVarnodeVar

public class JitLocalOutVar extends AbstractJitOutVar
A p-code register or unique variable with a defining p-code op.

This represents an output operand located in a thread's "local" state, i.e., it is a register or unique variable. These can be used by downstream p-code ops in the use-def graph, because we wish to analyze this flow and optimize the generated code.