Home | History | Annotate | Download | only in analysis

Lines Matching refs:block

82      * Allocate space for intra-block work set.  Does not include space
92 * We continue until all blocks have been visited, and no block
108 * If a block is marked "changed", we stop and handle it. If it
122 VfyBasicBlock* block = vdata->basicBlocks[idx];
123 if (block == NULL)
126 if (block->changed) {
127 workBlock = block;
129 } else if (!block->visited) {
130 workBlock = block;
145 * after the last instruction in the block has finished executing.
156 * Process a single basic block.
162 * instructions that might throw but have no "try" block don't
163 * end a basic block -- so there could be more than one GC point
164 * in a given basic block.
168 * vector between the basic block struct and the register line,
169 * but the basic block needs to reflect the state *after* the