Predicate Make :: ssaDefReachesEndOfBlock
NB: If this predicate is exposed, it should be cached.
Same as ssaDefReachesEndOfBlockExt
, but ignores phi-reads.
Import path
import codeql.ssa.Ssa
predicate
ssaDefReachesEndOfBlock
(
BasicBlock
bb
,
Definition
def
,
SourceVariable
v
)