Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ LoopLevel
Class
LoopLevel
cranelift/codegen/src/loop_analysis.rs:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
/// A level in a loop nest.
37
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
38
pub struct LoopLevel(u8);
39
impl LoopLevel {
40
const INVALID: u8 = u8::MAX;
41
Callers
1
loop_level
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected