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

Member predicate Make::BasicBlockImpl::strictlyDominates

Holds if this basic block strictly dominates basic block bb.

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

predicate strictlyDominates(BasicBlock bb)