Skip to main content

InterferenceGraph

Type Alias InterferenceGraph 

Source
pub type InterferenceGraph = HashMap<VReg, HashSet<VReg>>;
Expand description

Public API for InterferenceGraph.

Aliased Typeยง

pub struct InterferenceGraph { /* private fields */ }