Home
last modified time | relevance | path

Searched refs:dominators (Results 1 – 25 of 889) sorted by path

12345678910>>...36

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/
H A DREADME.rst166 - Add new algorithm ``simple_fast`` for computing dominators in a control-flow
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/src/algo/
H A Ddominators.rs28 dominators: HashMap<N, N>, field
48 self.dominators.get(&node).cloned() in immediate_dominator()
57 if self.dominators.contains_key(&node) { in strict_dominators()
59 dominators: self, in strict_dominators()
73 if self.dominators.contains_key(&node) { in dominators()
75 dominators: self, in dominators()
89 dominators: &'a Dominators<N>, field
149 dominators[length - 1] = length - 1; in simple_fast()
180 if new_idom_idx != dominators[idx] { in simple_fast()
181 dominators[idx] = new_idom_idx; in simple_fast()
[all …]
H A Dmod.rs7 pub mod dominators;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/tests/
H A Dgraph.rs12 dominators, has_path_connecting, is_bipartite_undirected, is_cyclic_undirected,
2291 let doms = dominators::simple_fast(&graph, r); in test_dominators_simple_fast()
2363 let doms = dominators::simple_fast(&graph, r); in test_dominators_simple_fast()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog24444 … inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting.html
24445 inspector/profiler/detailed-heapshots-dominators-show-all.html
24446 inspector/profiler/detailed-heapshots-dominators-show-next.html
24447 … inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting.html
24448 inspector/profiler/detailed-heapshots-dominators-sorting.html
H A DChangeLog-2011-02-16345 - dominators tree;
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/compiler/
H A Dpyassem.py123 dominators = {}
129 dominators.setdefault(b, set())
133 dominators.setdefault(c, set()).add(b)
145 for c in dominators[b]:
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/
H A DNEWS17800 * Lengauer and Tarjan algorithm used for computing dominators in the
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-199813691 Generally clean up and comment better. Use dominators to
15318 (compute_dominators): New function to compute dominators and
15319 post dominators.
H A DChangeLog-199910097 * flow.c (compute_flow_dominators): Compute dominators using
H A DChangeLog-20003835 Don't compute dominators but only immediate dominators.
3841 dominators.
8859 (flow_loop_dump): Dump pre-header root and trace and exit dominators.
8860 (flow_loop_free): Free pre-header root and trace and exit dominators.
H A DChangeLog-200215061 (dump_flow_info): Do not dump dominators.
15063 dominators.
15078 (alloc_hoist_mem): Do not alloc dominators
18798 (flow_loops_cfg_dump): Do not show dominators, as this information
H A DChangeLog-2003237 (flow_loops_free): Don't release dominators.
247 * gcse.c (dominators): Variable removed.
270 * toplev.c (rest_of_handle_branch_prob): Free the dominators.
H A DChangeLog-200412920 * tree-cfg.c (thread_jumps): Update dominators correctly in
27625 * doc/cfg.texi (Basic Blocks): Define dominators.
33465 * dominance.c: Cache immediate dominators.
41795 * cfghooks.c (split_edge): Speed up updating of dominators.
44577 * cfgloopmanip.c (remove_bbs): Do not update dominators here.
44591 find_if_case_2): Don't update dominators.
44595 * cfgloopmanip.c (split_loop_bb): Don't update dominators.
H A DChangeLog-20059679 (execute_cse_reciprocals): Compute post-dominators, if necessary.
12599 the dominators.
29654 to recompute dominators.
H A DChangeLog-20065359 (fwprop_init): Always calculate dominators.
6138 of tree_purge_dead_eh_edges as it may free dominators.
11210 Limit iteration over the dominators.
23075 Do not commit any edge insertion. Always compute dominators and
H A DChangeLog-200718924 (verify_dominators): Recompute all dominators and compare the results.
21642 * lambda-code.c (perfect_nestify): Fix updating of dominators.
22176 delete_unreachable_blocks if dominators are not available.
22186 do not invalidate dominators.
23327 dominators, post dominators and cleanup cfg before returning.
29772 * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
H A DChangeLog-2008727 consistency of the SSA, loops and dominators information.
24641 (execute_early_warn_uninitialized): Compute post-dominators.
H A DChangeLog-200911612 dominators.
11966 (remove_edge_and_dominated_blocks): Remove dominators last.
29357 (tree_ssa_dse): Compute dominators.
H A DChangeLog-20101859 (tidy_control_flow): Also verify dominators.
H A DChangeLog-201125104 * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
H A DChangeLog-20126341 blocks before computing dominators.
29662 * cfgloop.c (verify_loop_structure): Calculate or verify dominators.
31776 * cfgloop.c (verify_loop_structure): Verify dominators before
31779 dominators from here.
34690 (consider_split): Check for forbidden dominators.
34692 dominators info; call check_forbidden_calls.
H A DChangeLog-201321533 (if_convertible_loop_p_1): Do not compute post-dominators.
21534 (combine_blocks): Do not free post-dominators.
H A DChangeLog-201445922 (tree_ssa_phiprop): Calculate and free post-dominators.
H A DChangeLog-20151415 * cfgrtl.c (cfg_layout_finalize): Free dominators.
14908 (canonicalize_loop_closed_ssa): Recompute all dominators at the end.
24411 * passes.c (execute_function_todo): Assert that post-dominators
24414 Free post-dominators.
27139 * dominance.c (calculate_dominance_info): Verify dominators if

12345678910>>...36