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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-tail-merge.cc 212 cached in succs, and the successor edge flags are cached in succ_flags.
213 If a bb has the EDGE_TRUE/FALSE_VALUE flags swapped compared to succ_flags,
224 /* Indicates whether the EDGE_TRUE/FALSE_VALUEs of succ_flags are swapped for
228 vec<int> succ_flags; member in struct:same_succ
413 for (i = 0; i < e->succ_flags.length (); ++i)
414 fprintf (file, " %x", e->succ_flags[i]);
519 for (i = 0; i < e->succ_flags.length (); ++i)
521 flags = e->succ_flags[i];
556 if (e1->succ_flags.length () != 2)
559 f1a = e1->succ_flags[0]
    [all...]
sel-sched.cc 430 int succ_flags;
6352 FOR_EACH_SUCC_1 (succ, succ_i, insn, code_motion_path_driver_info->succ_flags)
428 int succ_flags; member in struct:code_motion_path_driver_info_def
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-tail-merge.cc 212 cached in succs, and the successor edge flags are cached in succ_flags.
213 If a bb has the EDGE_TRUE/FALSE_VALUE flags swapped compared to succ_flags,
224 /* Indicates whether the EDGE_TRUE/FALSE_VALUEs of succ_flags are swapped for
228 vec<int> succ_flags; member in struct:same_succ
405 for (i = 0; i < e->succ_flags.length (); ++i)
406 fprintf (file, " %x", e->succ_flags[i]);
508 for (i = 0; i < e->succ_flags.length (); ++i)
510 flags = e->succ_flags[i];
545 if (e1->succ_flags.length () != 2)
548 f1a = e1->succ_flags[0]
    [all...]
sel-sched.cc 430 int succ_flags;
6344 FOR_EACH_SUCC_1 (succ, succ_i, insn, code_motion_path_driver_info->succ_flags)
428 int succ_flags; member in struct:code_motion_path_driver_info_def

Completed in 33 milliseconds