Home
last modified time | relevance | path

Searched refs:m_node (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp-patterns.cc620 SLP_TREE_CHILDREN (*this->m_node).reserve_exact (2); in build()
626 SLP_TREE_CHILDREN (*this->m_node)[0] = children[0]; in build() local
627 SLP_TREE_CHILDREN (*this->m_node)[1] = in build() local
630 SLP_TREE_REF_COUNT (SLP_TREE_CHILDREN (*this->m_node)[0])++; in build()
631 SLP_TREE_REF_COUNT (SLP_TREE_CHILDREN (*this->m_node)[1])++; in build()
1154 *this->m_node); in build()
1157 FOR_EACH_VEC_ELT (SLP_TREE_CHILDREN (*this->m_node), i, node) in build()
1161 SLP_TREE_CHILDREN (*this->m_node).reserve_exact (2); in build()
1162 SLP_TREE_CHILDREN (*this->m_node)[0] = this->m_ops[2]; in build() local
1163 SLP_TREE_CHILDREN (*this->m_node)[1] = newnode; in build() local
[all …]
H A Dipa-fnsummary.h365 : m_node(NULL) in ipa_call_context()
373 return m_node != NULL; in exists_p()
377 cgraph_node *m_node;
H A Dipa-fnsummary.cc3521 : m_node (node), m_possible_truths (possible_truths), in ipa_call_context()
3533 m_node = ctx.m_node; in duplicate_from()
3536 ipa_node_params *params_summary = ipa_node_params_sum->get (m_node); in duplicate_from()
3608 if (!m_node) in release()
3621 if (m_node != ctx.m_node in equal_to()
3626 ipa_node_params *params_summary = ipa_node_params_sum->get (m_node); in equal_to()
3747 class ipa_fn_summary *info = ipa_fn_summaries->get (m_node); in estimate_size_and_time()
3761 " Known to be false: ", m_node->dump_name ()); in estimate_size_and_time()
3775 if (m_node->callees || m_node->indirect_calls) in estimate_size_and_time()
3776 estimate_calls_size_and_time (m_node, &size, &min_size, in estimate_size_and_time()
[all …]
H A Dtree-vectorizer.h2415 slp_tree *m_node;
2425 this->m_node = node;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-fnsummary.h305 : m_node(NULL) in ipa_call_context()
317 return m_node != NULL; in exists_p()
321 cgraph_node *m_node;
H A Dipa-fnsummary.c3319 : m_node (node), m_possible_truths (possible_truths), in ipa_call_context()
3333 m_node = ctx.m_node; in duplicate_from()
3336 class ipa_node_params *params_summary = IPA_NODE_REF (m_node); in duplicate_from()
3407 if (!m_node) in release()
3423 if (m_node != ctx.m_node in equal_to()
3428 class ipa_node_params *params_summary = IPA_NODE_REF (m_node); in equal_to()
3549 class ipa_fn_summary *info = ipa_fn_summaries->get (m_node); in estimate_size_and_time()
3561 " Known to be false: ", m_node->dump_name ()); in estimate_size_and_time()
3575 if (m_node->callees || m_node->indirect_calls) in estimate_size_and_time()
3576 estimate_calls_size_and_time (m_node, &size, &min_size, in estimate_size_and_time()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dchecker-path.h209 const supernode *m_node; variable
H A Dchecker-path.cc225 m_node (node), m_stmt (stmt), m_sm (sm), in state_change_event()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dchecker-path.h250 const supernode *m_node; variable
H A Dchecker-path.cc261 m_node (node), m_stmt (stmt), m_sm (sm), in state_change_event()