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

  /src/external/gpl3/gcc/dist/gcc/
cfgcleanup.cc 417 bool threaded = false;
538 threaded |= new_target_threaded;
559 if (threaded && target != EXIT_BLOCK_PTR_FOR_FN (cfun))
563 fprintf (dump_file, "Conditionals threaded.\n");
595 threaded to the fallthru edge. Avoid
413 bool threaded = false; local
tree-ssa-threadedge.cc 1091 int threaded = 0; local
1093 threaded = thread_through_normal_block (path, e, visited, limit);
1095 if (threaded > 0)
1107 if (threaded < 0)
  /src/external/gpl3/gcc/dist/libbacktrace/
internal.h 139 /* Non-zero if threaded. */
140 int threaded; member in struct:backtrace_state
  /src/external/gpl3/gcc.old/dist/gcc/
cfgcleanup.cc 417 bool threaded = false;
538 threaded |= new_target_threaded;
559 if (threaded && target != EXIT_BLOCK_PTR_FOR_FN (cfun))
563 fprintf (dump_file, "Conditionals threaded.\n");
595 threaded to the fallthru edge. Avoid
413 bool threaded = false; local
tree-ssa-threadedge.cc 1078 int threaded = 0; local
1080 threaded = thread_through_normal_block (path, e, visited);
1082 if (threaded > 0)
1094 if (threaded < 0)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
internal.h 139 /* Non-zero if threaded. */
140 int threaded; member in struct:backtrace_state
  /src/external/gpl3/gdb/dist/libbacktrace/
internal.h 139 /* Non-zero if threaded. */
140 int threaded; member in struct:backtrace_state
  /src/external/gpl3/gdb.old/dist/libbacktrace/
internal.h 139 /* Non-zero if threaded. */
140 int threaded; member in struct:backtrace_state

Completed in 22 milliseconds