Home
last modified time | relevance | path

Searched refs:enodes (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.opt29 -param=analyzer-max-enodes-per-program-point=
53 -param=analyzer-max-enodes-for-full-dump=
H A Dengine.cc991 const auto_vec<exploded_node *> &enodes) in print_enode_indices() argument
998 FOR_EACH_VEC_ELT (enodes, i, enode) in print_enode_indices()
3315 auto_vec <exploded_node *> enodes; in maybe_process_run_of_before_supernode_enodes() local
3316 enodes.safe_push (enode); in maybe_process_run_of_before_supernode_enodes()
3329 enodes.safe_push (enode_2); in maybe_process_run_of_before_supernode_enodes()
3337 if (enodes.length () == 1) in maybe_process_run_of_before_supernode_enodes()
3342 enodes.length (), snode->m_index); in maybe_process_run_of_before_supernode_enodes()
3349 auto_delete_vec<item> items (enodes.length ()); in maybe_process_run_of_before_supernode_enodes()
3352 FOR_EACH_VEC_ELT (enodes, i, iter_enode) in maybe_process_run_of_before_supernode_enodes()
H A DChangeLog3682 * engine.cc (stmt_requires_new_enode_p): Split enodes before
4551 (-param=analyzer-max-enodes-for-full-dump=): New param.
6287 enodes.
6289 (exploded_graph::log_stats): Log the number of unprocessed enodes
6292 enodes in the worklist.
6606 * engine.cc (exploded_node::dump_dot): Show merger enodes.
6614 "__analyzer_dump_exploded_nodes", splitting enodes by status into
6616 enodes at the call, rather than the count of all enodes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Danalyzer.texi98 @code{enodes} and @code{eedges} (especially when distinguishing them
181 try merging with the state of existing enodes for the program_point
484 warning: 2 processed enodes: [EN: 56, EN: 58] merger(s): [EN: 54-55, EN: 57, EN: 59]
H A Dinvoke.texi8440 @option{--param analyzer-max-enodes-per-program-point=@var{value}},
13197 @item analyzer-max-enodes-per-program-point
H A Dgccint.info45379 "exploded edges" and often referred to in the code as 'enodes' and
45450 2. try merging with the state of existing enodes for the
45709 warning: 2 processed enodes: [EN: 56, EN: 58] merger(s): [EN: 54-55, EN: 57, EN: 59]
H A Dgcc.info7656 analyzer-max-enodes-per-program-point=VALUE', '--param
12151 'analyzer-max-enodes-per-program-point'
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Danalyzer.texi103 @code{enodes} and @code{eedges} (especially when distinguishing them
186 try merging with the state of existing enodes for the program_point
506 warning: 2 processed enodes: [EN: 56, EN: 58] merger(s): [EN: 54-55, EN: 57, EN: 59]
H A Dinvoke.texi10014 @option{--param analyzer-max-enodes-per-program-point=@var{value}},
15139 @item analyzer-max-enodes-per-program-point
15150 @item analyzer-max-enodes-for-full-dump
H A Dgccint.info47022 "exploded edges" and often referred to in the code as 'enodes' and
47093 2. try merging with the state of existing enodes for the
47369 warning: 2 processed enodes: [EN: 56, EN: 58] merger(s): [EN: 54-55, EN: 57, EN: 59]
H A Dgcc.info9029 analyzer-max-enodes-per-program-point=VALUE', '--param
13889 'analyzer-max-enodes-per-program-point'
13900 'analyzer-max-enodes-for-full-dump'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.opt29 -param=analyzer-max-enodes-per-program-point=
H A Dengine.cc761 const auto_vec<exploded_node *> &enodes) in print_enode_indices() argument
768 FOR_EACH_VEC_ELT (enodes, i, enode) in print_enode_indices()