Class JitInputVar

All Implemented Interfaces:
JitVal, JitVar, JitVarnodeVar

public class JitInputVar extends AbstractJitVarnodeVar
A p-code variable that is an input to a passage, i.e., there are reads possible before writes.

These only appear as options to a phi node. They are very common, because any block that is also a valid passage entry (which is most of them) can have an option that is defined outside the passage. It may very well be the only option.

  • Constructor Details