Member predicate BasicBlock::localLiveDefAt
Holds if d
defines variable v
at the i
th node of this basic block, and
the definition is live, that is, the variable may be read after this
definition and before a re-definition.
predicate localLiveDefAt(PurelyLocalVariable v, int i, VarDef d)