/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtlanal.h | 154 unsigned int has_call : 1; variable 172 has_call (false), in rtx_properties() 195 return has_volatile_refs || has_pre_post_modify || has_call; in has_side_effects()
|
H A D | hw-doloop.h | 108 bool has_call; member
|
H A D | loop-invariant.cc | 64 bool has_call; /* True if the loop contains a call. */ member in loop_data 586 bool has_call = false; in find_exits() local 599 has_call = true; in find_exits() 628 if (LOOP_DATA (body[i]->loop_father)->has_call) in find_exits() 630 has_call = true; in find_exits() 651 LOOP_DATA (loop)->has_call = has_call; in find_exits() 1970 LOOP_DATA (loop)->has_call); in move_single_loop_invariants()
|
H A D | ChangeLog-2001 | 33162 Use it instead of loop_info->has_call for scanning loop mems. 33163 (check_dbra_loop): Replace loop_info->has_call test with
|
H A D | ChangeLog-1999 | 9773 has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
|
H A D | ChangeLog-2010 | 21794 has_call field.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hw-doloop.h | 108 bool has_call; member
|
H A D | loop-invariant.c | 64 bool has_call; /* True if the loop contains a call. */ variable 587 bool has_call = false; in find_exits() local 600 has_call = true; in find_exits() 629 if (LOOP_DATA (body[i]->loop_father)->has_call) in find_exits() 631 has_call = true; in find_exits() 652 LOOP_DATA (loop)->has_call = has_call; in find_exits() 1962 LOOP_DATA (loop)->has_call); in move_single_loop_invariants()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-spu.c | 3970 bool has_call; in sum_stack() local 3979 has_call = false; in sum_stack() 3986 has_call = true; in sum_stack() 4024 if (has_call) in sum_stack()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-spu.c | 3971 bool has_call; in sum_stack() local 3980 has_call = false; in sum_stack() 3987 has_call = true; in sum_stack() 4025 if (has_call) in sum_stack()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa.cc | 4210 if (loop->has_call || loop->has_asm) in hwloop_optimize()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa.c | 4178 if (loop->has_call || loop->has_asm) in hwloop_optimize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh.cc | 7038 bool has_call = pr_live; in calc_live_regs() local 7051 && has_call)) in calc_live_regs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh.c | 7038 bool has_call = pr_live; in calc_live_regs() local 7051 && has_call)) in calc_live_regs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 5505 if (loop->has_call || loop->has_asm) in hwloop_optimize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 5507 if (loop->has_call || loop->has_asm) in hwloop_optimize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc.cc | 7953 if (loop->has_call || loop->has_asm) in hwloop_optimize()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc.c | 7954 if (loop->has_call || loop->has_asm) in hwloop_optimize()
|