Class SsaPseudoDefinition
An SSA definition such as a phi node that has no actual semantics, but simply serves to merge or filter data flow.
Import path
import semmle.go.dataflow.SSADirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| getAnInput | Gets an input of this pseudo-definition. |
| ppInputs | Gets a textual representation of the inputs of this pseudo-definition in lexicographical order. |
Inherited predicates
| definesAt | INTERNAL: Use | from SsaDefinition |
| getAFirstUse | Gets the first instruction that the value of this | from SsaDefinition |
| getBasicBlock | Gets the basic block to which this definition belongs. | from SsaDefinition |
| getKind | INTERNAL: Do not use. | from SsaImplicitDefinition |
| getLocation | Gets the source location for this element. | from SsaImplicitDefinition |
| getRoot | Gets the innermost function or file to which this SSA definition belongs. | from SsaDefinition |
| getSourceVariable | Gets the source variable defined by this definition. | from SsaDefinition |
| getVariable | Gets the SSA variable defined by this definition. | from SsaDefinition |
| hasLocationInfo | DEPRECATED: Use | from SsaDefinition |
| prettyPrintDef | INTERNAL: Use | from SsaDefinition |
| prettyPrintRef | INTERNAL: Do not use. | from SsaImplicitDefinition |
| toString | Gets a textual representation of this element. | from SsaDefinition |