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

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 341 edge best_edge = NULL;
370 best_edge = e;
383 best_edge = e;
388 if (!best_edge || e->count () > best_count)
391 best_edge = e;
403 /* Rotate the loop so that the BEST_EDGE goes out from the last block of
463 edge best_edge, e;
509 best_edge = NULL;
545 best_edge = e;
562 best_edge))
340 edge best_edge = NULL; local
462 edge best_edge, e; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
blocks.cc 1206 edge best_edge = nullptr; local
1214 && (!best_edge || better_ebb_edge_p (e, best_edge)))
1215 best_edge = e;
1217 return best_edge ? best_edge->dest : nullptr;
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 341 edge best_edge = NULL;
370 best_edge = e;
383 best_edge = e;
388 if (!best_edge || e->count () > best_count)
391 best_edge = e;
403 /* Rotate the loop so that the BEST_EDGE goes out from the last block of
463 edge best_edge, e;
509 best_edge = NULL;
545 best_edge = e;
562 best_edge))
340 edge best_edge = NULL; local
462 edge best_edge, e; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
blocks.cc 1187 edge best_edge = nullptr; local
1195 && (!best_edge || better_ebb_edge_p (e, best_edge)))
1196 best_edge = e;
1198 return best_edge ? best_edge->dest : nullptr;

Completed in 58 milliseconds