Lines Matching refs:visited
332 * can move them appropriately. If all predecessors have been visited
333 * before this block is visited then we don't need to fill this out. This
338 /* True if the block has been visited and "renames" is complete.
340 bool visited;
1932 if (!pred_state->visited)
2095 if (!pred_state->visited)
2158 /* If not all predecessors are visited, insert live-in regs so that
2163 if (!ctx->blocks[ctx->block->predecessors[i]->index].visited) {
2189 if (!succ_state->visited)
2317 ctx->blocks[block->index].visited = true;