MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / dominator_tree.rs

File dominator_tree.rs

cranelift/codegen/src/dominator_tree.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! A Dominator Tree represented as mappings of Blocks to their immediate dominator.
2
3use crate::entity::SecondaryMap;
4use crate::flowgraph::{BlockPredecessor, ControlFlowGraph};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected