Module IRCfg
Import path
import semmle.code.cpp.ir.implementation.raw.IRBlockPredicates
| dominatingEdge | Holds if |
Classes
| BasicBlock | A basic block, that is, a maximal straight-line sequence of control flow nodes without branches or joins. |
| EntryBasicBlock | An entry basic block, that is, a basic block whose first node is an entry node. |
Aliases
| ControlFlowNode | A single instruction in the IR. |