Home
last modified time | relevance | path

Searched refs:thread_jump (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.cc80 static edge thread_jump (edge, basic_block);
250 thread_jump (edge e, basic_block b) in thread_jump() function
488 edge t = thread_jump (e, target); in try_forward_edges()
H A DChangeLog.dataflow3267 * cfgcleanup.c (thread_jump, try_forward_edges): Deleted mode
3268 parameter to thread_jump.
H A DChangeLog-200226890 (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
29311 (thread_jump): Use it.
35333 * cfgcleanup.c (thread_jump): Fix 2 typos.
35445 * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
H A DChangeLog-20046397 * cfgcleanup.c (thread_jump): Likewise.
8371 * cfgcleanup.c (thread_jump): Likewise.
10728 (thread_jump): Likewise.
39354 * cfgcleanup.c (thread_jump): Update call of cselib_init.
H A DChangeLog-20198705 * cfgcleanup.c (thread_jump): Add an assertion that we don't
32430 * cfgcleanup.c (thread_jump): Punt if registers mentioned in cond1
34985 * cfgcleanup.c (thread_jump): Verify cond2 doesn't mention
H A DChangeLog-200511911 (thread_jump): Likewise.
31428 * cfgcleanup.c (thread_jump): Likewise.
H A DChangeLog-201422516 (thread_jump): Update accordingly.
27220 (thread_jump): Likewise for local "insn".
H A DChangeLog-20212969 * cfgcleanup.c (thread_jump): Use REG_SET_EMPTY_P.
H A DChangeLog-20011001 (thread_jump, mark_effect): New functions.
H A DChangeLog-201037095 * cfgcleanup.c (thread_jump): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgcleanup.c80 static edge thread_jump (edge, basic_block);
250 thread_jump (edge e, basic_block b) in thread_jump() function
489 edge t = thread_jump (e, target); in try_forward_edges()