CodeQL library for Ruby
codeql/ruby-all 4.1.0 (changelog, source)
Search

Member predicate Make::BasicBlockImpl::dominates

Holds if this basic block dominates basic block bb.

That is, all paths reaching bb from the entry point basic block must go through this basic block.

predicate dominates(BasicBlock bb)