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

Predicate bbStrictlyDominates

Holds if dominator is a strict dominator of node in the control-flow graph of basic blocks. Being strict means that dominator != node.

Import path

import cpp
predicate bbStrictlyDominates(BasicBlock dominator, BasicBlock node)