Module SubBasicBlocks
Provides the SubBasicBlock
class, used for partitioning basic blocks in
smaller pieces.
Import path
import semmle.code.cpp.controlflow.SubBasicBlocks
Imports
cpp |
Provides classes and predicates for working with C/C++ code. |
Classes
SubBasicBlock |
A block that can be smaller than or equal to a |
SubBasicBlockCutNode |
An abstract class that directs where in the control-flow graph a new |