Predicate Internal :: getDefinition
Gets the unique SSA definition of v
whose value reaches the i
th node of bb
,
which is a use of v
.
Import path
import javascript
SsaDefinition
getDefinition
(
ReachableBasicBlock
bb
,
int
i
,
SsaSourceVariable
v
)