Searched refs:SE_LATCH (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c1141 const int SE_LATCH = 0; local
1294 spec_edges[SE_LATCH] = latch_edge;
1305 place_after = new_spec_edges[SE_LATCH]->src;
1340 redirect_edge_and_branch_force (new_spec_edges[SE_LATCH],
1344 e = latch_edge = new_spec_edges[SE_LATCH];
1348 redirect_edge_and_branch_force (new_spec_edges[SE_LATCH],
1352 e = new_spec_edges[SE_LATCH];
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc1074 const int SE_LATCH = 0; local
1227 spec_edges[SE_LATCH] = latch_edge;
1238 place_after = new_spec_edges[SE_LATCH]->src;
1273 redirect_edge_and_branch_force (new_spec_edges[SE_LATCH],
1277 e = latch_edge = new_spec_edges[SE_LATCH];
1281 redirect_edge_and_branch_force (new_spec_edges[SE_LATCH],
1285 e = new_spec_edges[SE_LATCH];

Completed in 144 milliseconds