LengauerTarjanDominance Module
Provides the original (balanced) Lengauer-Tarjan dominance algorithm for dominator computation presented in "A fast algorithm for finding dominators in a flow graph", TOPLAS 1979. This sophisticated version balances when constructing the ancestor forest.
Functions and values
| Function or value |
Description
|
Full Usage:
create g dfp
Parameters:
IDiGraphAccessible<'a, 'b>
dfp : IDominanceFrontierProvider<'a, 'b>
Returns: IDominance<'a, 'b>
Type parameters: 'a, 'b (requires equality and equality) |
|
B2R2