Home
last modified time | relevance | path

Searched refs:mark_threaded_blocks (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.h96 void mark_threaded_blocks (bitmap threaded_blocks);
H A Dtree-ssa-threadupdate.cc1960 fwd_jt_path_registry::mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() function in fwd_jt_path_registry
2695 mark_threaded_blocks (threaded_blocks); in update_cfg()
H A DChangeLog-20132149 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
3121 * tree-ssa-threadupdate.c (mark_threaded_blocks,
10007 * tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump
10094 (thread_through_loop_header, mark_threaded_blocks): Likewise.
12996 (mark_threaded_blocks): Remove code to filter out certain cases
13293 * tree-ssa-threadupdate.c (mark_threaded_blocks): Reject threading
15056 * tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump
16747 (mark_threaded_blocks): Iterate over the vector of paths and store
16750 (mark_threaded_blocks): Get edges and block types from the jump
18246 (mark_threaded_blocks): When threading through a joiner, if both
[all …]
H A DChangeLog-202113879 (jump_thread_path_registry::mark_threaded_blocks): Rename...
13880 (fwd_jt_path_registry::mark_threaded_blocks): ...to this.
14865 (jump_thread_path_registry::mark_threaded_blocks): Same.
23229 (jump_thread_path_registry::mark_threaded_blocks): Assert we
28019 (mark_threaded_blocks): Move...
28020 (jump_thread_path_registry::mark_threaded_blocks): ...here.
H A DChangeLog-20172635 (mark_threaded_blocks): Rewrite code to avoid block copying when
31075 (mark_threaded_blocks): Likewise.
39318 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
41649 (mark_threaded_blocks): Remove code to truncate thread paths that
H A DChangeLog-200622944 (mark_threaded_blocks, register_jump_thread): New functions.
22947 Call mark_threaded_blocks. Release the threaded_blocks
H A DChangeLog-201121343 (mark_threaded_blocks, register_jump_thread): Likewise.
26460 (mark_threaded_blocks): Use THREAD_TARGET.
27132 (thread_single_edge, mark_threaded_blocks): Likewise.
H A DChangeLog-201520430 * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
31856 * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
H A DChangeLog-201416023 (mark_threaded_blocks): Make two passes to avoid ordering dependences.
48054 (mark_threaded_blocks): Reinstate code to cancel unprofitable
H A DChangeLog-20088499 * tree-ssa-threadupdate.c (mark_threaded_blocks):
H A DChangeLog-201210254 * tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
H A DChangeLog-200720726 (mark_threaded_blocks): Select edges to thread here.
H A DChangeLog-201817800 * tree-ssa-threadupdate.c (mark_threaded_blocks): Avoid
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c1872 mark_threaded_blocks (bitmap threaded_blocks) in mark_threaded_blocks() function
2625 mark_threaded_blocks (threaded_blocks); in thread_through_all_blocks()