Home
last modified time | relevance | path

Searched refs:compute_can_copy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c447 static void compute_can_copy (void);
539 compute_can_copy (void) in compute_can_copy() function
574 compute_can_copy (); in can_copy_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc447 static void compute_can_copy (void);
539 compute_can_copy (void) in compute_can_copy() function
574 compute_can_copy (); in can_copy_p()
H A DChangeLog-200327904 (compute_can_copy): Use can_copy instead of can_copy_p.
27905 (can_copy_p): New exported function. Call compute_can_copy.
27907 (gcse_main): Don't call compute_can_copy.
27908 (bypass_jumps): Don't call compute_can_copy.
H A DChangeLog-20004480 function.c (assign_parms), gcse.c (compute_can_copy,
6295 * gcse.c (compute_can_copy):
27010 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
H A DChangeLog-199810926 (compute_can_copy): Only declare variables `reg' and `insn' when