HomeSort by: relevance | last modified time | path
    Searched defs:cbranch_fallthru_edge (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfgcleanup.cc 118 edge cbranch_jump_edge, cbranch_fallthru_edge;
131 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block);
137 jump_block = cbranch_fallthru_edge->dest;
181 cbranch_fallthru_edge = redirect_edge_succ_nodup (cbranch_fallthru_edge,
184 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
116 edge cbranch_jump_edge, cbranch_fallthru_edge; local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgcleanup.cc 118 edge cbranch_jump_edge, cbranch_fallthru_edge;
131 cbranch_fallthru_edge = FALLTHRU_EDGE (cbranch_block);
137 jump_block = cbranch_fallthru_edge->dest;
181 cbranch_fallthru_edge = redirect_edge_succ_nodup (cbranch_fallthru_edge,
184 cbranch_fallthru_edge->flags &= ~EDGE_FALLTHRU;
116 edge cbranch_jump_edge, cbranch_fallthru_edge; local

Completed in 19 milliseconds