HomeSort by: relevance | last modified time | path
    Searched refs:m_relations (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 804 m_relations.create (0);
805 m_relations.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1);
815 m_relations.release ();
927 if (bbi >= (int)m_relations.length())
928 m_relations.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1);
931 bitmap bm = m_relations[bbi].m_names;
933 bm = m_relations[bbi].m_names = BITMAP_ALLOC (&m_bitmaps);
961 if (m_relations[bbi].m_num_relations >= param_relation_block_limit)
967 m_relations[bbi].m_num_relations++;
983 ptr->m_next = m_relations[bbi].m_head
    [all...]
value-relation.h 193 vec <relation_chain_head> m_relations; // Index by BB, list of relations. member in class:dom_oracle
238 relation_chain_head m_relations; member in class:path_oracle
  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 1011 m_relations.create (0);
1012 m_relations.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1);
1022 m_relations.release ();
1138 if (bbi >= (int)m_relations.length())
1139 m_relations.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1);
1142 bitmap bm = m_relations[bbi].m_names;
1144 bm = m_relations[bbi].m_names = BITMAP_ALLOC (&m_bitmaps);
1175 if (m_relations[bbi].m_num_relations >= param_relation_block_limit)
1181 m_relations[bbi].m_num_relations++;
1197 ptr->m_next = m_relations[bbi].m_head
    [all...]
value-relation.h 236 vec <relation_chain_head> m_relations; // Index by BB, list of relations. member in class:dom_oracle
282 relation_chain_head m_relations; member in class:path_oracle

Completed in 23 milliseconds