Searched refs:block_depth (Results 1 – 2 of 2) sorted by relevance
731 def __init__(self, block_depth, is_assigned, doc, name): argument732 self.block_depth = block_depth858 self._function_stack[-1].block_depth == self._block_depth - 1)867 self._function_stack[-1].block_depth == self._block_depth)1109 if self._block_depth == function.block_depth + 1:
177 int block_depth) const { in block() argument181 assert(start_depth + block_depth <= depth_); in block()183 return SideMap(data(start_width, start_depth), block_width, block_depth, in block()