Searched refs:REG_BASIC_BLOCK (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dflow.c108 REG_N_CALLS_CROSSED, REG_N_THROWING_CALLS_CROSSED and REG_BASIC_BLOCK.
713 REG_BASIC_BLOCK (i) = REG_BLOCK_GLOBAL;
729 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN;
1633 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN;
2208 REG_BASIC_BLOCK (i) = REG_BLOCK_GLOBAL;
2953 if (REG_BASIC_BLOCK (regno_first) == REG_BLOCK_UNKNOWN)
2954 REG_BASIC_BLOCK (regno_first) = blocknum;
2955 else if (REG_BASIC_BLOCK (regno_first) != blocknum)
2956 REG_BASIC_BLOCK (regno_first) = REG_BLOCK_GLOBAL;
3816 if (REG_BASIC_BLOCK (regno_firs
[all...]
H A Dlocal-alloc.c394 if (REG_BASIC_BLOCK (i) >= 0 && REG_N_DEATHS (i) == 1)
611 || (REG_BASIC_BLOCK (REGNO (x)) < 0 && ! rtx_varies_p (x, 0));
959 if (note == 0 && REG_BASIC_BLOCK (regno) >= 0
1057 && REG_BASIC_BLOCK (regno) >= 0
1194 REG_BASIC_BLOCK (regno) = bb->index;
H A Ddf-problems.c3158 REG_N_THROWING_CALLS_CROSSED and REG_BASIC_BLOCK.
3197 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN;
3474 if (REG_BASIC_BLOCK (dregno) == REG_BLOCK_UNKNOWN)
3475 REG_BASIC_BLOCK (dregno) = bb->index;
3476 else if (REG_BASIC_BLOCK (dregno) != bb->index)
3477 REG_BASIC_BLOCK (dregno) = REG_BLOCK_GLOBAL;
3515 REG_BASIC_BLOCK (regno) = REG_BLOCK_GLOBAL;
3642 if (REG_BASIC_BLOCK (uregno) == REG_BLOCK_UNKNOWN)
3643 REG_BASIC_BLOCK (uregno) = bb->index;
3644 else if (REG_BASIC_BLOCK (uregn
[all...]
H A Dcfg.c555 if (REG_BASIC_BLOCK (i) >= 0)
556 fprintf (file, " in block %d", REG_BASIC_BLOCK (i));
H A Dbasic-block.h463 #define REG_BASIC_BLOCK(N) \ macro
H A Dglobal.c1264 && REG_BASIC_BLOCK (allocno[num].reg) == REG_BLOCK_GLOBAL)
H A Dregclass.c2268 REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN;
H A Dreload1.c8021 && REG_BASIC_BLOCK (REGNO (reg)) >= 0

Completed in 226 milliseconds