Searched refs:m_dfs_to_bb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddominance.c112 m_dfs_to_bb[x] is that basic block. Note, that in our structure there are
114 m_dfs_to_bb[m_dfs_order[bb->index]]==bb is true for every basic block bb,
116 basic_block *m_dfs_to_bb; variable
183 m_dfs_to_bb = new_zero_array <basic_block> (num);
262 return m_dfs_to_bb[d];
291 delete[] m_dfs_to_bb; local
365 m_dfs_to_bb[child_i] = bn;
400 m_dfs_to_bb[m_dfsnum] = m_start_block;
430 m_dfs_to_bb[m_dfsnum] = b;
446 m_dfs_to_bb[m_dfsnu
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddominance.cc112 m_dfs_to_bb[x] is that basic block. Note, that in our structure there are
114 m_dfs_to_bb[m_dfs_order[bb->index]]==bb is true for every basic block bb,
116 basic_block *m_dfs_to_bb; member in class:__anon809::dom_info
183 m_dfs_to_bb = new_zero_array <basic_block> (num);
262 return m_dfs_to_bb[d];
291 delete[] m_dfs_to_bb;
365 m_dfs_to_bb[child_i] = bn;
400 m_dfs_to_bb[m_dfsnum] = m_start_block;
430 m_dfs_to_bb[m_dfsnum] = b;
446 m_dfs_to_bb[m_dfsnu
[all...]

Completed in 118 milliseconds