Module SSA
Provides classes and predicates for SSA representation (Static Single Assignment form).
Import path
import semmle.code.cpp.controlflow.SSAImports
Classes
| SsaDefinition | NOTE: If possible, prefer the SSA classes exposed by the new dataflow library: |
| StandardSsa | The SSA logic comes in two versions: the standard SSA and range-analysis RangeSSA. This class provides the standard SSA logic. |