Lines Matching refs:with_function
287 pub fn with_function(func: &Function, cfg: &ControlFlowGraph) -> Self { in with_function() method
544 let cfg = ControlFlowGraph::with_function(&func); in empty()
546 let dtree = DominatorTree::with_function(&func, &cfg); in empty()
576 let cfg = ControlFlowGraph::with_function(cur.func); in unreachable_node()
577 let dt = DominatorTree::with_function(cur.func, &cfg); in unreachable_node()
627 let cfg = ControlFlowGraph::with_function(cur.func); in non_zero_entry_block()
628 let dt = DominatorTree::with_function(cur.func, &cfg); in non_zero_entry_block()
683 let cfg = ControlFlowGraph::with_function(cur.func); in backwards_layout()
684 let dt = DominatorTree::with_function(cur.func, &cfg); in backwards_layout()
747 let cfg = ControlFlowGraph::with_function(cur.func); in insts_same_block()
748 let dt = DominatorTree::with_function(cur.func, &cfg); in insts_same_block()