Class Ssa::ImplicitCallDefinition
An SSA definition representing the potential definition of a variable via a call.
Import path
import csharpDirect supertypes
Indirect supertypes
Predicates
| getAPossibleDefinition | Gets one of the definitions that may contribute to this implicit call definition. That is, a definition that can be reached from the target of this call following zero or more additional calls, and which targets the same assignable as this SSA definition. |
| getCall | Gets the underlying call. |
| toString | Gets a textual representation of this SSA definition. |
Inherited predicates
| definesAt | Holds if this SSA definition defines | from Definition |
| getARead | Gets a read of this SSA definition. | from SsaDefinition |
| getAnUltimateDefinition | Gets a definition that ultimately defines this SSA definition and is not itself a phi definition. | from SsaDefinition |
| getBasicBlock | Gets the basic block to which this SSA definition belongs. | from Definition |
| getControlFlowNode | Gets the control flow node of this SSA definition. | from SsaDefinition |
| getLocation | Gets the location of this SSA definition. | from Definition |
| getSourceVariable | Gets the source variable underlying this SSA definition. | from Definition |
| isLiveAtEndOfBlock | Holds if this SSA definition is live at the end of basic block | from SsaDefinition |