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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 117 The computation (compute_av_set) is a bottom-up traversal. At each insn,
1916 bits in the status may have changed during compute_av_set,
2929 or other valid av_set as returned by compute_av_set for the last insn
2980 those computed by the old compute_av_set version. */
3039 compute_av_set (insn_t insn, ilist_t p, int ws, bool unique_p)
3198 compute_av_set (insn, NULL, 0, 0);
5078 BND_AV (bnd) = compute_av_set (BND_TO (bnd), NULL, 0, true);
3030 compute_av_set (insn_t insn, ilist_t p, int ws, bool unique_p) function
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 117 The computation (compute_av_set) is a bottom-up traversal. At each insn,
1908 bits in the status may have changed during compute_av_set,
2921 or other valid av_set as returned by compute_av_set for the last insn
2972 those computed by the old compute_av_set version. */
3031 compute_av_set (insn_t insn, ilist_t p, int ws, bool unique_p)
3190 compute_av_set (insn, NULL, 0, 0);
5070 BND_AV (bnd) = compute_av_set (BND_TO (bnd), NULL, 0, true);
3022 compute_av_set (insn_t insn, ilist_t p, int ws, bool unique_p) function

Completed in 34 milliseconds