Class Ssa :: Definition
An SSA definition.
Import path
import semmle.code.cil.Ssa
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
getAFirstRead |
Gets a first read of this SSA definition. |
getARead |
Gets a read of this SSA definition. |
getAnUltimateDefinition |
Gets a definition that ultimately defines this SSA definition and is not itself a phi node. |
getLocation |
Gets the location of this SSA definition. |
getVariableUpdate |
Gets the underlying variable update, if any. |
hasAdjacentReads |
Holds if |
Inherited predicates
definesAt |
Holds if this SSA definition defines |
from Definition |
getBasicBlock |
Gets the basic block to which this SSA definition belongs. |
from Definition |
getSourceVariable |
Gets the source variable underlying this SSA definition. |
from Definition |
toString |
Gets a textual representation of this SSA definition. |
from Definition |