Module SSA
Provides classes and predicates for SSA representation (Static Single Assignment form).
Import path
import semmle.code.cpp.controlflow.SSAImports
Classes
| SsaDefinition | A definition of one or more SSA variables, including phi node definitions. An SSA variable, as defined in the literature, is effectively the pair of an |
| StandardSsa | The SSA logic comes in two versions: the standard SSA and range-analysis RangeSSA. This class provides the standard SSA logic. |
Aliases
| StandardSSA | DEPRECATED: Alias for StandardSsa |