Searched refs:SimpleDominatorTree (Results 1 – 3 of 3) sorted by relevance
36 pub struct SimpleDominatorTree { struct49 impl SimpleDominatorTree { impl195 impl SimpleDominatorTree { impl343 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()
103 use cranelift_codegen::dominator_tree::{DominatorTree, SimpleDominatorTree}; in dominator_tree()172 let expected_domtree = SimpleDominatorTree::with_function(&func, &cfg); in dominator_tree()
15 pub use simple::SimpleDominatorTree;