CodeQL library for Java/Kotlin
codeql/java-all 7.7.3 (changelog, source)
Search

Member predicate Make::PreGuard::directlyControls

Holds if this guard evaluating to branch directly controls the basic block bb.

That is, bb is dominated by the branch-successor edge of this guard.

predicate directlyControls(BasicBlock bb, boolean branch)