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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddominance.c96 /* m_set_chain[x] is the next node on the path from x to the representative
97 of the set containing x. If m_set_chain[x]==0 then x is a root. */
98 TBB *m_set_chain; variable
180 m_set_chain = new_zero_array <TBB> (num);
287 delete[] m_set_chain; local
472 TBB parent = m_set_chain[v];
473 if (m_set_chain[parent])
478 m_set_chain[v] = m_set_chain[parent];
491 TBB rep = m_set_chain[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddominance.cc96 /* m_set_chain[x] is the next node on the path from x to the representative
97 of the set containing x. If m_set_chain[x]==0 then x is a root. */
98 TBB *m_set_chain; member in class:__anon809::dom_info
180 m_set_chain = new_zero_array <TBB> (num);
287 delete[] m_set_chain;
472 TBB parent = m_set_chain[v];
473 if (m_set_chain[parent])
478 m_set_chain[v] = m_set_chain[parent];
491 TBB rep = m_set_chain[
[all...]

Completed in 51 milliseconds