MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / compute_domtree

Method compute_domtree

cranelift/codegen/src/context.rs:315–317  ·  view source on GitHub ↗

Compute dominator tree.

(&mut self)

Source from the content-addressed store, hash-verified

313
314 /// Compute dominator tree.
315 pub fn compute_domtree(&mut self) {
316 self.domtree.compute(&self.func, &self.cfg);
317 }
318
319 /// Compute the loop analysis.
320 pub fn compute_loop_analysis(&mut self) {

Callers 4

runMethod · 0.45
optimizeMethod · 0.45
flowgraphMethod · 0.45
egraph_passMethod · 0.45

Calls 1

computeMethod · 0.45

Tested by 1

runMethod · 0.36