HomeSort by: relevance | last modified time | path
    Searched defs:equiv_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 589 // Register equivalence between set equiv_1 and equiv_2 in block BB.
596 equiv_chain *equiv_2)
601 valid_equivs (equiv_1->m_names, equiv_2->m_names, bb);
604 if (equiv_2->m_bb == bb)
605 bitmap_clear (equiv_2->m_names);
611 // If equiv_2 is in BB, use it for the combined set.
612 if (equiv_2->m_bb == bb)
614 valid_equivs (equiv_2->m_names, equiv_1->m_names, bb);
616 bitmap_ior_into (m_equiv[bb->index]->m_names, equiv_2->m_names);
623 valid_equivs (b, equiv_2->m_names, bb)
678 equiv_chain *equiv_2 = find_equiv_dom (ssa2, bb); local
1525 const_bitmap equiv_2 = equiv_set (ssa2, bb); local
1666 const_bitmap equiv_2 = equiv_set (ssa2, bb); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 389 // Register equivalence between set equiv_1 and equiv_2 in block BB.
396 equiv_chain *equiv_2)
401 valid_equivs (equiv_1->m_names, equiv_2->m_names, bb);
404 if (equiv_2->m_bb == bb)
405 bitmap_clear (equiv_2->m_names);
411 // If equiv_2 is in BB, use it for the combined set.
412 if (equiv_2->m_bb == bb)
414 valid_equivs (equiv_2->m_names, equiv_1->m_names, bb);
416 bitmap_ior_into (m_equiv[bb->index]->m_names, equiv_2->m_names);
423 valid_equivs (b, equiv_2->m_names, bb)
472 equiv_chain *equiv_2 = find_equiv_dom (ssa2, bb); local
1301 const_bitmap equiv_2 = equiv_set (ssa2, bb); local
1446 const_bitmap equiv_2 = equiv_set (ssa2, bb); local
    [all...]

Completed in 27 milliseconds