Searched refs:avoid_complex_debug_insns (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfgexpand.c | 3646 avoid_complex_debug_insns (rtx insn, rtx *exp_p, int depth) in avoid_complex_debug_insns() function 3678 avoid_complex_debug_insns (insn, &XEXP (exp, i), depth + 1); in avoid_complex_debug_insns() 3684 avoid_complex_debug_insns (insn, &XVECEXP (exp, i, j), depth + 1); in avoid_complex_debug_insns() 3744 avoid_complex_debug_insns (insn2, &INSN_VAR_LOCATION_LOC (insn2), 0); in expand_debug_locations()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfgexpand.c | 5293 avoid_complex_debug_insns (rtx_insn *insn, rtx *exp_p, int depth) in avoid_complex_debug_insns() function 5324 avoid_complex_debug_insns (insn, &XEXP (exp, i), depth + 1); in avoid_complex_debug_insns() 5330 avoid_complex_debug_insns (insn, &XVECEXP (exp, i, j), depth + 1); in avoid_complex_debug_insns() 5409 avoid_complex_debug_insns (insn2, &INSN_VAR_LOCATION_LOC (insn2), 0); in expand_debug_locations()
|