io.joern.x2cpg.passes.controlflow.cfgdominator
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class CpgCfgAdapterclass ReverseCpgCfgAdapter
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
class CfgDominatorFrontier[NodeType](cfgAdapter: CfgAdapter[NodeType], domTreeAdapter: DomTreeAdapter[NodeType])
Calculates the dominator frontier for a set of CFG nodes. The returned multimap associates the frontier nodes to each CFG node.
Calculates the dominator frontier for a set of CFG nodes. The returned multimap associates the frontier nodes to each CFG node.
The used algorithm is from: "A Simple, Fast Dominance Algorithm" from "Keith D. Cooper, Timothy J. Harvey, and Ken Kennedy".
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
This pass has no prerequisites.
This pass has no prerequisites.
Attributes
- Graph
- Supertypes
- class ForkJoinParallelCpgPass[Method]class NewStyleCpgPassBase[Method]trait CpgPassBaseclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class CpgPostDomTreeAdapter
Attributes
- Graph
- Supertypes