Predicate SsaComputeImpl::ssaDefReachesUseWithinBlock
Holds if the SSA definition of v at def reaches use in the same basic block
without crossing another SSA definition of v.
Import path
import semmle.python.essa.SsaComputepredicate ssaDefReachesUseWithinBlock(SsaSourceVariable v, BasicBlock b, int i, ControlFlowNode use)