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

Method compute_loop_analysis

cranelift/codegen/src/context.rs:320–323  ·  view source on GitHub ↗

Compute the loop analysis.

(&mut self)

Source from the content-addressed store, hash-verified

318
319 /// Compute the loop analysis.
320 pub fn compute_loop_analysis(&mut self) {
321 self.loop_analysis
322 .compute(&self.func, &self.cfg, &self.domtree)
323 }
324
325 /// Compute the control flow graph and dominator tree.
326 pub fn flowgraph(&mut self) {

Callers 1

egraph_passMethod · 0.80

Calls 1

computeMethod · 0.45

Tested by

no test coverage detected