Header menu logo B2R2

IDominanceFrontierProvider<'V, 'E> Type

Interface for providing dominance frontier instances.

Instance members

Instance member Description

this.CreateIDominanceFrontier

Full Usage: this.CreateIDominanceFrontier

Parameters:
Returns: IDominanceFrontier<'V, 'E>
Modifiers: abstract

Return IDominanceFrontier instance using the given graph and the IDominance instance. The third argument `isPostDominance` is a boolean flag indicating whether the dominance frontier is for post-dominance.

g : IDiGraphAccessible<'V, 'E>
dom : IDominance<'V, 'E>
isPostDominance : bool
Returns: IDominanceFrontier<'V, 'E>

Type something to start searching.