Lines Matching refs:m_path_min
84 TBB *m_path_min; variable
168 m_path_min = new TBB[num]; in dom_init()
173 m_path_min[i] = m_key[i] = i; in dom_init()
282 delete[] m_path_min; in ~dom_info()
476 if (m_key[m_path_min[parent]] < m_key[m_path_min[v]]) in compress()
477 m_path_min[v] = m_path_min[parent]; in compress()
495 return m_path_min[v]; in eval()
504 if (m_key[m_path_min[rep]] >= m_key[m_path_min[v]]) in eval()
505 return m_path_min[v]; in eval()
507 return m_path_min[rep]; in eval()
521 while (m_key[m_path_min[w]] < m_key[m_path_min[m_set_child[s]]]) in link_roots()
536 m_path_min[s] = m_path_min[w]; in link_roots()