CodeQL library for Python
codeql/python-all 2.2.0 (changelog, source)
Search

Predicate SsaComputeImpl::ssaDefReachesRank

Holds if the SSA definition reaches the rank index rankix in its own basic block b.

Import path

import semmle.python.essa.SsaCompute
predicate ssaDefReachesRank(SsaSourceVariable v, BasicBlock b, int i, int rankix)