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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.h 832 #define AV_SET(INSN) (get_av_set (INSN))
937 See also AV_LEVEL () for conditions when this av_set can be used. */
938 av_set_t av_set;
959 #define BB_AV_SET(BB) (SEL_REGION_BB_INFO (BB)->av_set)
928 av_set_t av_set; member in struct:sel_region_bb_info_def
sel-sched-ir.cc 2050 AV_SET having unavailable target register. */
2052 mark_unavailable_targets (av_set_t join_set, av_set_t av_set, regset lv_set)
2058 if (av_set_lookup (av_set, EXPR_VINSN (expr)) == NULL)
2116 /* Remove expr pointed to by IP from the av_set. */
2233 /* Makes set pointed to by TO to be the union of TO and FROM. Clear av_set
2311 /* Clear av_set pointed to by SETP. */
3991 in the AV_SET of the block, but it shouldn't. */
4440 /* Mark AV_SET for BB as invalid, so this set will be updated the next time
4515 av_set_t av_set;
4520 av_set = BB_AV_SET (BLOCK_FOR_INSN (insn))
4492 av_set_t av_set; local
    [all...]
sel-sched.cc 77 Availability set (av_set) is a set of expressions at a given control flow
450 av_sets. Av_set of bb header is valid if its (bb header's) level is equal
2738 /* Computes the av_set below the last bb insn INSN, doing all the 'dirty work'
2856 branches from av_set if current operator is a conditional
2874 /* This function computes av_set for the FIRST_INSN by dragging valid
2875 av_set through all basic block insns either from the end of basic block
2877 MAX_WS was exceeded. It uses compute_av_set_at_bb_end to compute av_set
2882 NEED_COPY_P - true if we'll make a copy of av_set before returning it. */
2907 av_set_t av_set;
2910 av_set = BB_AV_SET (BLOCK_FOR_INSN (first_insn))
2898 av_set_t av_set; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.h 832 #define AV_SET(INSN) (get_av_set (INSN))
937 See also AV_LEVEL () for conditions when this av_set can be used. */
938 av_set_t av_set;
959 #define BB_AV_SET(BB) (SEL_REGION_BB_INFO (BB)->av_set)
928 av_set_t av_set; member in struct:sel_region_bb_info_def
sel-sched-ir.cc 2050 AV_SET having unavailable target register. */
2052 mark_unavailable_targets (av_set_t join_set, av_set_t av_set, regset lv_set)
2058 if (av_set_lookup (av_set, EXPR_VINSN (expr)) == NULL)
2116 /* Remove expr pointed to by IP from the av_set. */
2233 /* Makes set pointed to by TO to be the union of TO and FROM. Clear av_set
2311 /* Clear av_set pointed to by SETP. */
3991 in the AV_SET of the block, but it shouldn't. */
4440 /* Mark AV_SET for BB as invalid, so this set will be updated the next time
4515 av_set_t av_set;
4520 av_set = BB_AV_SET (BLOCK_FOR_INSN (insn))
4492 av_set_t av_set; local
    [all...]
sel-sched.cc 77 Availability set (av_set) is a set of expressions at a given control flow
450 av_sets. Av_set of bb header is valid if its (bb header's) level is equal
2730 /* Computes the av_set below the last bb insn INSN, doing all the 'dirty work'
2848 branches from av_set if current operator is a conditional
2866 /* This function computes av_set for the FIRST_INSN by dragging valid
2867 av_set through all basic block insns either from the end of basic block
2869 MAX_WS was exceeded. It uses compute_av_set_at_bb_end to compute av_set
2874 NEED_COPY_P - true if we'll make a copy of av_set before returning it. */
2899 av_set_t av_set;
2902 av_set = BB_AV_SET (BLOCK_FOR_INSN (first_insn))
2890 av_set_t av_set; local
    [all...]

Completed in 41 milliseconds