Class InterferenceGraphAnalysis
An analysis that constructs an interference graph.
Inheritance
System.Object
InterferenceGraphAnalysis
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public sealed class InterferenceGraphAnalysis : IFlowGraphAnalysis<InterferenceGraph>
Fields
| Improve this Doc View SourceInstance
Gets an instance of the interference graph analysis.
Declaration
public static readonly InterferenceGraphAnalysis Instance
Field Value
Type | Description |
---|---|
InterferenceGraphAnalysis | An instance of the interference graph analysis. |
Methods
| Improve this Doc View SourceAnalyze(FlowGraph)
Declaration
public InterferenceGraph Analyze(FlowGraph graph)
Parameters
Type | Name | Description |
---|---|---|
FlowGraph | graph |
Returns
Type | Description |
---|---|
InterferenceGraph |
AnalyzeWithUpdates(FlowGraph, InterferenceGraph, IReadOnlyList<FlowGraphUpdate>)
Declaration
public InterferenceGraph AnalyzeWithUpdates(FlowGraph graph, InterferenceGraph previousResult, IReadOnlyList<FlowGraphUpdate> updates)
Parameters
Type | Name | Description |
---|---|---|
FlowGraph | graph | |
InterferenceGraph | previousResult | |
System.Collections.Generic.IReadOnlyList<FlowGraphUpdate> | updates |
Returns
Type | Description |
---|---|
InterferenceGraph |