Searched refs:call_ok (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | flow.c | 2125 insn_dead_p (pbi, x, call_ok, notes) in insn_dead_p() argument 2128 int call_ok; 2169 if (! call_ok) 2288 && ! insn_dead_p (pbi, XVECEXP (x, 0, i), call_ok, NULL_RTX))
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | flow.c | 2265 insn_dead_p (struct propagate_block_info *pbi, rtx x, int call_ok, in insn_dead_p() argument 2306 if (! call_ok) in insn_dead_p() 2425 && ! insn_dead_p (pbi, XVECEXP (x, 0, i), call_ok, NULL_RTX)) in insn_dead_p()
|