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

/freebsd-10.0-release/contrib/gcc/
H A Dexcept.c246 rtx ehr_stackadj;
2976 tmp = expand_expr (stackadj_tree, cfun->eh->ehr_stackadj, VOIDmode, 0);
2978 if (!cfun->eh->ehr_stackadj)
2979 cfun->eh->ehr_stackadj = copy_to_reg (tmp);
2980 else if (tmp != cfun->eh->ehr_stackadj)
2981 emit_move_insn (cfun->eh->ehr_stackadj, tmp);
3017 emit_move_insn (EH_RETURN_STACKADJ_RTX, cfun->eh->ehr_stackadj);
245 rtx ehr_stackadj; local

Completed in 94 milliseconds