Module ReachableBlock
Import path
import semmle.code.cpp.ir.implementation.unaliased_ssa.internal.reachability.ReachableBlockPredicates
| hasInstructionWithMissingSuccessor | Holds if |
| isInfeasibleEdge | |
| isInfeasibleInstructionSuccessor |
Classes
| ReachableBlock | An IR block that is reachable from the entry block of the function, considering only feasible edges. |
| ReachableInstruction | An instruction that is contained in a reachable block. |