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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc 1741 /* Attempt to merge CLUSTER_A and CLUSTER_B into OUT_CLUSTER, using
1747 const binding_cluster *cluster_b,
1758 || (cluster_b && cluster_b->m_escaped))
1761 || (cluster_b && cluster_b->m_touched))
1764 /* At least one of CLUSTER_A and CLUSTER_B are non-NULL, but either
1768 gcc_assert (cluster_b != NULL);
1769 gcc_assert (cluster_b->m_base_region == out_cluster->m_base_region);
1770 out_cluster->make_unknown_relative_to (cluster_b, out_store, mgr)
2816 const binding_cluster *cluster_b = store_b->get_cluster (base_reg); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.cc 1922 /* Attempt to merge CLUSTER_A and CLUSTER_B into OUT_CLUSTER, using
1928 const binding_cluster *cluster_b,
1939 || (cluster_b && cluster_b->m_escaped))
1942 || (cluster_b && cluster_b->m_touched))
1945 /* At least one of CLUSTER_A and CLUSTER_B are non-NULL, but either
1949 gcc_assert (cluster_b != NULL);
1950 gcc_assert (cluster_b->m_base_region == out_cluster->m_base_region);
1951 out_cluster->make_unknown_relative_to (cluster_b, out_store, mgr)
3058 const binding_cluster *cluster_b = store_b->get_cluster (base_reg); local
    [all...]

Completed in 62 milliseconds