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

Predicate Make::SsaDefReachesNew::ssaDefReachesRead

Holds if the SSA definition of v at def reaches a read at index i in basic block bb, without crossing another SSA definition of v.

Import path

import codeql.ssa.Ssa
predicate ssaDefReachesRead(SourceVariable v, Definition def, BasicBlock bb, int i)