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

  /src/external/bsd/jemalloc/dist/test/include/test/
extent_hooks.h 49 static bool try_split = true; variable
246 if (!try_split) {
  /src/external/bsd/jemalloc.old/dist/test/include/test/
extent_hooks.h 49 static bool try_split = true; variable
246 if (!try_split) {
  /src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc 208 /* Probability of the conditional branch currently proceeded by try_split. */
3940 try_split (rtx pat, rtx_insn *trial, int last)
4124 /* Recursively call try_split for each new insn created; by the
4131 tem = try_split (PATTERN (tem), tem, 1);
3922 try_split (rtx pat, rtx_insn *trial, int last) function
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 204 /* Probability of the conditional branch currently proceeded by try_split. */
3794 try_split (rtx pat, rtx_insn *trial, int last)
3978 /* Recursively call try_split for each new insn created; by the
3985 tem = try_split (PATTERN (tem), tem, 1);
3776 try_split (rtx pat, rtx_insn *trial, int last) function

Completed in 80 milliseconds