CodeQL library for C/C++
codeql/cpp-all 4.0.2 (changelog, source)
Search

Predicate Make::SsaDefReachesNew::ssaDefReachesEndOfBlock

Holds if the SSA definition of v at def reaches the end of basic block bb, at which point it is still live, without crossing another SSA definition of v.

Import path

import codeql.ssa.Ssa
predicate ssaDefReachesEndOfBlock(BasicBlock bb, Definition def, SourceVariable v)