Searched refs:EDGE_COPY_SRC_BLOCK (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.h30 EDGE_COPY_SRC_BLOCK, enumerator in enum:jump_thread_edge_type
H A Dtree-ssa-threadupdate.c168 if (path[i]->type == EDGE_COPY_SRC_BLOCK)
601 || (*path)[i]->type == EDGE_COPY_SRC_BLOCK)
1028 hit an edge marked with EDGE_COPY_SRC_BLOCK. We want
1032 if ((*path)[j]->type == EDGE_COPY_SRC_BLOCK)
1049 else if ((*path)[i]->type == EDGE_COPY_SRC_BLOCK)
1090 || (*path)[i]->type == EDGE_COPY_SRC_BLOCK)
1117 if ((*path)[i]->type == EDGE_COPY_SRC_BLOCK
1207 else if ((*path)[i]->type == EDGE_COPY_SRC_BLOCK
1389 || ((*path)[1]->type == EDGE_COPY_SRC_BLOCK && joiners))
1989 EDGE_COPY_SRC_BLOCK whic
[all...]
H A Dtree-ssa-threadedge.c1137 = new jump_thread_edge (taken_edge, EDGE_COPY_SRC_BLOCK);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.h27 EDGE_COPY_SRC_BLOCK, enumerator in enum:jump_thread_edge_type
H A Dtree-ssa-threadupdate.cc247 case EDGE_COPY_SRC_BLOCK:
683 || (*path)[i]->type == EDGE_COPY_SRC_BLOCK)
1110 hit an edge marked with EDGE_COPY_SRC_BLOCK. We want
1114 if ((*path)[j]->type == EDGE_COPY_SRC_BLOCK)
1131 else if ((*path)[i]->type == EDGE_COPY_SRC_BLOCK)
1172 || (*path)[i]->type == EDGE_COPY_SRC_BLOCK)
1199 if ((*path)[i]->type == EDGE_COPY_SRC_BLOCK
1289 else if ((*path)[i]->type == EDGE_COPY_SRC_BLOCK
1474 || ((*path)[1]->type == EDGE_COPY_SRC_BLOCK && joiners))
2073 EDGE_COPY_SRC_BLOCK whic
[all...]
H A Dtree-ssa-threadbackward.cc883 push_edge (jump_thread_path, e, EDGE_COPY_SRC_BLOCK);
H A Dtree-ssa-threadedge.cc981 m_registry->push_edge (path, taken_edge, EDGE_COPY_SRC_BLOCK);

Completed in 119 milliseconds