Struct regalloc::IRSnapshot [−][src]
pub struct IRSnapshot { /* fields omitted */ }Implementations
impl IRSnapshot[src]
impl IRSnapshot[src]pub fn from_function<F: Function>(
func: &F,
reg_universe: &RealRegUniverse
) -> Self[src]
func: &F,
reg_universe: &RealRegUniverse
) -> Self
pub fn allocate(
&mut self,
opts: Options
) -> Result<RegAllocResult<IRFunction>, RegAllocError>[src]
&mut self,
opts: Options
) -> Result<RegAllocResult<IRFunction>, RegAllocError>
Trait Implementations
impl Clone for IRSnapshot[src]
impl Clone for IRSnapshot[src]