Module Ssa
Provides classes for working with static single assignment (SSA) form.
Import path
import csharpImports
Predicates
| ssaGetAFirstUse | Gets a read of the source variable underlying the SSA definition |
Classes
| Definition | DEPRECATED: Use |
| ExplicitDefinition | DEPRECATED: Use |
| ImplicitCallDefinition | An SSA definition representing the potential definition of a variable via a call. |
| ImplicitDefinition | DEPRECATED: Use |
| ImplicitEntryDefinition | DEPRECATED: Use |
| ImplicitQualifierDefinition | An SSA definition representing the potential definition of a variable via an SSA definition for the qualifier. |
| PhiNode | DEPRECATED: Use |
| SourceVariable | A variable that can be SSA converted. |
| SsaCapturedDefinition | An SSA definition in a closure that captures a variable. |
| UncertainDefinition | DEPRECATED: Use |
Modules
| SourceVariables | Provides different types of |
Aliases
| ImplicitParameterDefinition | DEPRECATED: Use |