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

Method compute_cfg

cranelift/codegen/src/context.rs:310–312  ·  view source on GitHub ↗

Compute the control flow graph.

(&mut self)

Source from the content-addressed store, hash-verified

308
309 /// Compute the control flow graph.
310 pub fn compute_cfg(&mut self) {
311 self.cfg.compute(&self.func)
312 }
313
314 /// Compute dominator tree.
315 pub fn compute_domtree(&mut self) {

Callers 5

runMethod · 0.80
runMethod · 0.80
optimizeMethod · 0.80
flowgraphMethod · 0.80
egraph_passMethod · 0.80

Calls 1

computeMethod · 0.45

Tested by 2

runMethod · 0.64
runMethod · 0.64