CodeQL library for C/C++
codeql/cpp-all 0.13.0 (changelog, source)
Search

Module Ssa

Provides the portion of the parameterized IR interface that is used to construct the SSA stages of the IR. The raw stage of the IR does not expose these predicates. These predicates are all just aliases for predicates defined in the Cached module. This ensures that all of SSA construction will be evaluated in the same stage.

Import path

import semmle.code.cpp.ir.implementation.unaliased_ssa.internal.SSAConstruction

Aliases