Home | History | Annotate | Download | only in compiler

Lines Matching full:emitted

37         # children.  because the nodes in a graph are emitted in
38 # reverse post order, the "next" block will always be emitted
99 """Order blocks so that they are emitted in the right order"""
101 # - when a block has a next block, the next block must be emitted just after
102 # - when a block has followers (relative jumps), it must be emitted before
104 # - all reachable blocks must be emitted
107 # Find all the blocks to be emitted.
119 # A block is dominated by another block if that block must be emitted
133 # dominated because the whole chain will be emitted at once.
141 # Find a block that can be emitted next.
224 # Blocks that must be emitted *after* this one, because of
625 # Depending on when SET_LINENO instructions are emitted