MCPcopy 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)]
38pub struct LoopLevel(u8);
39impl LoopLevel {
40 const INVALID: u8 = u8::MAX;
41

Callers 1

loop_levelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected