Predicate Make :: Consistency :: readWithoutDef
Holds if a read cannot be reached from a definition.
Import path
import codeql.ssa.Ssa
predicate
readWithoutDef
(
SourceVariable
v
,
BasicBlock
bb
,
int
i
)