Lines Matching refs:order
38 # reverse post order, the "next" block will always be emitted
81 order = order_blocks(self.entry, self.exit)
82 return order
99 """Order blocks so that they are emitted in the right order"""
105 order = []
152 order.append(b)
158 order.append(exit_block)
162 return order
275 # The closure list is used to track the order of cell
366 """Arrange the blocks in order and resolve jumps"""
420 """Sort cellvars in the order of varnames and prune from freevars.