Home
last modified time | relevance | path

Searched refs:regs_may_share (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dregs.h194 extern rtx regs_may_share;
Dglobal.c409 for (x = regs_may_share; x; x = XEXP (XEXP (x, 1), 1))
Dloop.c467 regs_may_share = 0;
1927 regs_may_share
1930 regs_may_share));
Dflow.c203 rtx regs_may_share; variable
/openbsd/src/gnu/gcc/gcc/
Dregs.h204 extern rtx regs_may_share;
Dglobal.c452 for (x = regs_may_share; x; x = XEXP (XEXP (x, 1), 1)) in global_alloc()
Dflow.c196 rtx regs_may_share;