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

/haiku-buildtools/gcc/gcc/
H A Dhw-doloop.h108 bool has_call; variable
H A Dloop-invariant.c91 bool has_call; /* True if the loop contains a call. */ member in struct:loop_data
606 bool has_call = false; local
619 has_call = true;
644 if (LOOP_DATA (body[i]->loop_father)->has_call)
646 has_call = true;
667 LOOP_DATA (loop)->has_call = has_call;
1696 LOOP_DATA (loop)->has_call);
/haiku-buildtools/binutils/bfd/
H A Delf32-spu.c3965 bfd_boolean has_call; local
3974 has_call = FALSE;
3981 has_call = TRUE;
4019 if (has_call)
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c7352 int pr_live, has_call;
7403 has_call = TARGET_SHMEDIA ? ! leaf_function_p () : pr_live;
7414 && has_call)
7415 || (TARGET_SHMEDIA && has_call
7341 int pr_live, has_call; local
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c4091 if (loop->has_call || loop->has_asm)
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.c5597 if (loop->has_call || loop->has_asm)

Completed in 139 milliseconds