Searched refs:for_function (Results 1 – 6 of 6) sorted by relevance
287 pub fn for_function(func: &Function) -> SimpleLiveness { in for_function() method531 pub fn for_function( in for_function() method
1310 let mut live = SimpleLiveness::for_function(f); in assign_regs()1324 live = SimpleLiveness::for_function(f); in assign_regs()1357 live = SimpleLiveness::for_function(f); in assign_regs()
414 let live = SimpleLiveness::for_function(f); in legalize()
289 let live = SimpleLiveness::for_function(self); in to_cssa()
404 let live = NextUseLiveness::for_function(func, &files); in spill_values()
1659 - nak: Add a RegFileSet filter to NextUseLiveness::for_function()