Home
last modified time | relevance | path

Searched refs:other_enode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc3415 exploded_node *other_enode; in dump_exploded_nodes() local
3416 FOR_EACH_VEC_ELT (m_nodes, j, other_enode) in dump_exploded_nodes()
3418 if (other_enode->get_point ().get_kind () != PK_BEFORE_STMT) in dump_exploded_nodes()
3420 if (other_enode->get_stmt () == stmt) in dump_exploded_nodes()
3421 switch (other_enode->get_status ()) in dump_exploded_nodes()
3426 worklist_enodes.safe_push (other_enode); in dump_exploded_nodes()
3429 processed_enodes.safe_push (other_enode); in dump_exploded_nodes()
3432 merger_enodes.safe_push (other_enode); in dump_exploded_nodes()
3470 exploded_node *other_enode; in dump_exploded_nodes() local
3471 FOR_EACH_VEC_ELT (processed_enodes, j, other_enode) in dump_exploded_nodes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc5106 exploded_node *other_enode; in dump_exploded_nodes() local
5107 FOR_EACH_VEC_ELT (m_nodes, j, other_enode) in dump_exploded_nodes()
5109 if (other_enode->get_point ().get_kind () != PK_BEFORE_STMT) in dump_exploded_nodes()
5111 if (other_enode->get_stmt () == stmt) in dump_exploded_nodes()
5112 switch (other_enode->get_status ()) in dump_exploded_nodes()
5117 worklist_enodes.safe_push (other_enode); in dump_exploded_nodes()
5120 processed_enodes.safe_push (other_enode); in dump_exploded_nodes()
5123 merger_enodes.safe_push (other_enode); in dump_exploded_nodes()
5161 exploded_node *other_enode; in dump_exploded_nodes() local
5162 FOR_EACH_VEC_ELT (processed_enodes, j, other_enode) in dump_exploded_nodes()
[all …]