| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-slp-patterns.cc | 502 /* Create a replacement pattern statement for each node in m_node and inserts 503 the new statement into m_node as the new representative statement. The old 620 SLP_TREE_CHILDREN (*this->m_node).reserve_exact (2); 626 SLP_TREE_CHILDREN (*this->m_node)[0] = children[0]; 627 SLP_TREE_CHILDREN (*this->m_node)[1] = 630 SLP_TREE_REF_COUNT (SLP_TREE_CHILDREN (*this->m_node)[0])++; 631 SLP_TREE_REF_COUNT (SLP_TREE_CHILDREN (*this->m_node)[1])++; 1162 *this->m_node); 1165 FOR_EACH_VEC_ELT (SLP_TREE_CHILDREN (*this->m_node), i, node) 1169 SLP_TREE_CHILDREN (*this->m_node).reserve_exact (2) [all...] |
| ipa-fnsummary.h | 368 : m_node(NULL) 376 return m_node != NULL; 380 cgraph_node *m_node; member in class:ipa_call_context
|
| ipa-fnsummary.cc | 3602 : m_node (node), m_possible_truths (possible_truths), 3614 m_node = ctx.m_node; 3617 ipa_node_params *params_summary = ipa_node_params_sum->get (m_node); 3687 if (!m_node) 3700 if (m_node != ctx.m_node 3705 ipa_node_params *params_summary = ipa_node_params_sum->get (m_node); 3857 class ipa_fn_summary *info = ipa_fn_summaries->get (m_node); 3871 " Known to be false: ", m_node->dump_name ()) [all...] |
| tree-vectorizer.h | 2560 slp_tree *m_node; member in class:vect_pattern 2570 this->m_node = node;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-slp-patterns.cc | 502 /* Create a replacement pattern statement for each node in m_node and inserts 503 the new statement into m_node as the new representative statement. The old 620 SLP_TREE_CHILDREN (*this->m_node).reserve_exact (2); 626 SLP_TREE_CHILDREN (*this->m_node)[0] = children[0]; 627 SLP_TREE_CHILDREN (*this->m_node)[1] = 630 SLP_TREE_REF_COUNT (SLP_TREE_CHILDREN (*this->m_node)[0])++; 631 SLP_TREE_REF_COUNT (SLP_TREE_CHILDREN (*this->m_node)[1])++; 1154 *this->m_node); 1157 FOR_EACH_VEC_ELT (SLP_TREE_CHILDREN (*this->m_node), i, node) 1161 SLP_TREE_CHILDREN (*this->m_node).reserve_exact (2) [all...] |
| ipa-fnsummary.h | 365 : m_node(NULL) 373 return m_node != NULL; 377 cgraph_node *m_node; member in class:ipa_call_context
|
| ipa-fnsummary.cc | 3523 : m_node (node), m_possible_truths (possible_truths), 3535 m_node = ctx.m_node; 3538 ipa_node_params *params_summary = ipa_node_params_sum->get (m_node); 3610 if (!m_node) 3623 if (m_node != ctx.m_node 3628 ipa_node_params *params_summary = ipa_node_params_sum->get (m_node); 3749 class ipa_fn_summary *info = ipa_fn_summaries->get (m_node); 3763 " Known to be false: ", m_node->dump_name ()) [all...] |
| tree-vectorizer.h | 2415 slp_tree *m_node; member in class:vect_pattern 2425 this->m_node = node;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| checker-event.h | 380 const supernode *m_node; member in class:ana::state_change_event
|
| checker-event.cc | 405 m_node (node), m_stmt (stmt), m_sm (sm),
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| checker-path.h | 250 const supernode *m_node; member in class:ana::state_change_event
|
| checker-path.cc | 261 m_node (node), m_stmt (stmt), m_sm (sm),
|