Home | History | Annotate | Download | only in compiler

Lines Matching refs:ToInt

25     if (result[num.ToInt()] == unvisited()) {
27 result[num.ToInt()] = onstack();
32 RpoNumber to_to = result[to.ToInt()];
35 TRACE(" xx %d\n", from.ToInt());
36 result[from.ToInt()] = from;
38 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt());
40 result[to.ToInt()] = onstack();
43 TRACE(" fw %d -> %d (cycle)\n", from.ToInt(), to.ToInt());
44 result[from.ToInt()] = to; // break the cycle.
47 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
48 result[from.ToInt()] = to_to; // forward the block.
75 block->rpo_number().ToInt());
114 int next = 1 + block->rpo_number().ToInt();
130 int to = result[i].ToInt();
153 int block_num = block->rpo_number().ToInt();
154 skip[block_num] = !prev_fallthru && result[block_num].ToInt() != block_num;
179 RpoNumber fw = result[rpo.ToInt()];
189 if (!skip[block->rpo_number().ToInt()]) ao++;
195 if (!skip[block->rpo_number().ToInt()]) ao++;