A phi node.
Import path
import semmle.code.cil.Ssa
Direct supertypes
Indirect supertypes
Predicates
getAnInput | Gets an input to this phi node. |
getLocation | Gets the location of this SSA definition. |
hasLastInputRef | Holds if if |
Inherited predicates
definesAt | Holds if this SSA definition defines | from Definition |
getAFirstRead | Gets a first read of this SSA definition. | from Definition |
getARead | Gets a read of this SSA definition. | from Definition |
getAnUltimateDefinition | Gets a definition that ultimately defines this SSA definition and is not itself a phi node. | 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 |
getVariableUpdate | Gets the underlying variable update, if any. | from Definition |
hasAdjacentReads | Holds if | from Definition |
toString | Gets a textual representation of this SSA definition. | from PhiNode |