Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_blocks
Method · 0.80
nested_loops_detection
Function · 0.80
complex_loop_detection
Function · 0.80
Calls
1
keys
Method · 0.45
Tested by
2
nested_loops_detection
Function · 0.64
complex_loop_detection
Function · 0.64