Searched refs:try_node (Results 1 – 2 of 2) sorted by relevance
695 try_node, guards = self._get_enclosing_finally_scopes(exits_nodes_of_type)696 assert try_node is not None, '{} that is not enclosed by any of {}'.format(699 node = self.builder.add_exit_node(node, try_node, guards)707 try_node, guards = self._get_enclosing_finally_scopes(709 if try_node is None:712 self.builder.add_continue_node(node, try_node, guards)
1288 static bool try_node(sched_ctx *ctx) in try_node() function1504 if (try_node(ctx)) in gpir_sched_instr_pass()