Searched refs:BB_AV_LEVEL (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.c3099 BB_AV_LEVEL (bb) = 0;
4443 BB_AV_LEVEL (bb) = -1;
4462 BB_AV_LEVEL (bb) = 0;
4505 int to_av_level = BB_AV_LEVEL (to);
4507 BB_AV_LEVEL (to) = BB_AV_LEVEL (from);
4508 BB_AV_LEVEL (from) = to_av_level;
4527 BB_AV_LEVEL (to) = BB_AV_LEVEL (from);
4566 av_level = BB_AV_LEVEL (BLOCK_FOR_INS
[all...]
H A Dsel-sched-dump.c869 else if (BB_AV_LEVEL (bb) == -1)
H A Dsel-sched-ir.h966 #define BB_AV_LEVEL(BB) (SEL_REGION_BB_INFO (BB)->av_level)
967 #define BB_AV_SET_VALID_P(BB) (BB_AV_LEVEL (BB) == global_level)
956 #define BB_AV_LEVEL macro
H A Dsel-sched.c3047 BB_AV_LEVEL (cur_bb) = global_level;
3229 BB_AV_LEVEL (BLOCK_FOR_INSN (insn)) = -1;
5022 BB_AV_LEVEL (block_new) = global_level;

Completed in 177 milliseconds