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

Method loops

cranelift/codegen/src/loop_analysis.rs:101–103  ·  view source on GitHub ↗

Returns all the loops contained in a function.

(&self)

Source from the content-addressed store, hash-verified

99
100 /// Returns all the loops contained in a function.
101 pub fn loops(&self) -> Keys<Loop> {
102 self.loops.keys()
103 }
104
105 /// Returns the header block of a particular loop.
106 ///

Callers 3

discover_loop_blocksMethod · 0.80
nested_loops_detectionFunction · 0.80
complex_loop_detectionFunction · 0.80

Calls 1

keysMethod · 0.45

Tested by 2

nested_loops_detectionFunction · 0.64
complex_loop_detectionFunction · 0.64