Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadedge.h104 int thread_through_normal_block (vec<jump_thread_edge *> *path,
H A Dtree-ssa-threadedge.cc901 jump_threader::thread_through_normal_block (vec<jump_thread_edge *> *path, in thread_through_normal_block() function in jump_threader
1080 threaded = thread_through_normal_block (path, e, visited); in thread_across_edge()
1154 found = thread_through_normal_block (path, in thread_across_edge()
H A DChangeLog.gimple-classes1371 (thread_through_normal_block): Likewise.
4514 (thread_through_normal_block): Likewise.
H A DChangeLog-20158076 (thread_through_normal_block): Remove backedge_seen_p argument.
8081 pass it to thread_through_normal_block or thread_through_empty_blocks.
9465 (thread_through_normal_block): Corresponding changes.
9682 (thread_through_normal_block): If we have seen a backedge, then
9690 tree-ssa-threadedge.c::thread_through_normal_block. Accept
12756 (thread_through_normal_block): Extract the name to looup via
12857 (thread_through_normal_block): Break out FSM bits and move them
15833 (thread_through_normal_block): Use record_temporary_equivalences.
15885 (thread_through_normal_block): Likewise.
17487 * tree-ssa-threadedge.c (thread_through_normal_block): Fix minor
[all …]
H A DChangeLog-202111409 (jump_threader::thread_through_normal_block): Same.
11960 (jump_threader::thread_through_normal_block): Same.
14667 (jump_threader::thread_through_normal_block): Same.
14851 (jump_threader::thread_through_normal_block): Call
18776 (jump_threader::thread_through_normal_block): Record equivalences
27987 (thread_through_normal_block): Move...
27988 (jump_threader::thread_through_normal_block): ...here.
H A DChangeLog-20135205 (thread_through_normal_block): Likewise. Pass bitmaps and
9149 * tree-ssa-threadedge.c (thread_through_normal_block): Only push the
9708 (thread_through_normal_block): Similarly.
13286 * tree-ssa-threadedge.c (thread_through_normal_block): New
16095 * tree-ssa-threadedge.c (thread_through_normal_block): Broken
H A DChangeLog-20141940 (thread_through_normal_block): Call find_control_statement_thread_paths.
34764 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
39198 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
H A DChangeLog-20173025 (thread_through_normal_block): Accept new argument, evrp_range_analyzer.
35688 (thread_through_normal_block, thread_across_edge): Likewise.
H A DChangeLog-201616386 (thread_through_normal_block): Likewise.
H A DChangeLog-201812191 (thread_through_normal_block): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadedge.c1038 thread_through_normal_block (edge e, in thread_through_normal_block() function
1259 threaded = thread_through_normal_block (e, dummy_cond, in thread_across_edge()
1372 found = thread_through_normal_block (path->last ()->e, dummy_cond, in thread_across_edge()