Searched refs:av_set (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h943 See also AV_LEVEL () for conditions when this av_set can be used. */
944 av_set_t av_set;
965 #define BB_AV_SET(BB) (SEL_REGION_BB_INFO (BB)->av_set)
934 av_set_t av_set; member in struct:sel_region_bb_info_def
H A Dsel-sched-ir.c2074 mark_unavailable_targets (av_set_t join_set, av_set_t av_set, regset lv_set)
2080 if (av_set_lookup (av_set, EXPR_VINSN (expr)) == NULL)
2138 /* Remove expr pointed to by IP from the av_set. */
2255 /* Makes set pointed to by TO to be the union of TO and FROM. Clear av_set
2333 /* Clear av_set pointed to by SETP. */
4545 av_set_t av_set;
4550 av_set = BB_AV_SET (BLOCK_FOR_INSN (insn));
4552 av_set = NULL;
4554 return av_set;
5183 /* Can't assert av_set propertie
2061 mark_unavailable_targets(av_set_t join_set, av_set_t av_set, regset lv_set) argument
4522 av_set_t av_set; local
[all...]
H A Dsel-sched.c93 Availability set (av_set) is a set of expressions at a given control flow
2772 /* Computes the av_set below the last bb insn INSN, doing all the 'dirty work'
2888 branches from av_set if current operator is a conditional
2906 /* This function computes av_set for the FIRST_INSN by dragging valid
2907 av_set through all basic block insns either from the end of basic block
2909 MAX_WS was exceeded. It uses compute_av_set_at_bb_end to compute av_set
2914 NEED_COPY_P - true if we'll make a copy of av_set before returning it. */
2939 av_set_t av_set;
2942 av_set = BB_AV_SET (BLOCK_FOR_INSN (first_insn));
2944 av_set
2930 av_set_t av_set; local
[all...]

Completed in 173 milliseconds