Searched refs:get_current_function (Results 1 – 3 of 3) sorted by relevance
27 fn get_current_function(&self) -> &'a Function; in get_current_function() method
245 fn get_current_function(&self) -> &'a Function { in get_current_function() method299 let stack_slots = &self.get_current_function().sized_stack_slots; in stack_address()398 let curr_func = self.get_current_function(); in function_address()477 let func = self.get_current_function(); in resolve_global_value()
103 .get_current_function() in step()130 .get_current_function() in step()268 block.args(&state.get_current_function().dfg.value_lists), in step()271 block.block(&state.get_current_function().dfg.value_lists), in step()373 let jt_data = &state.get_current_function().stencil.dfg.jump_tables[table]; in step()399 let curr_func = state.get_current_function(); in step()454 .get_current_function() in step()