Home
last modified time | relevance | path

Searched refs:SimpleDominatorTree (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/dominator_tree/
H A Dsimple.rs36 pub struct SimpleDominatorTree { struct
49 impl SimpleDominatorTree { impl
195 impl SimpleDominatorTree { impl
343 let dtree = SimpleDominatorTree::with_function(&func, &cfg); in empty()
374 let dt = SimpleDominatorTree::with_function(cur.func, &cfg); in unreachable_node()
425 let dt = SimpleDominatorTree::with_function(cur.func, &cfg); in non_zero_entry_block()
495 let dt = SimpleDominatorTree::with_function(cur.func, &cfg); in backwards_layout()
559 let dt = SimpleDominatorTree::with_function(cur.func, &cfg); in insts_same_block()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dmisc.rs103 use cranelift_codegen::dominator_tree::{DominatorTree, SimpleDominatorTree}; in dominator_tree()
172 let expected_domtree = SimpleDominatorTree::with_function(&func, &cfg); in dominator_tree()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Ddominator_tree.rs15 pub use simple::SimpleDominatorTree;