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

Method root

cranelift/codegen/src/loop_analysis.rs:43–45  ·  view source on GitHub ↗

Get the root level (no loop).

()

Source from the content-addressed store, hash-verified

41
42 /// Get the root level (no loop).
43 pub fn root() -> Self {
44 Self(0)
45 }
46 /// Get the loop level.
47 pub fn level(self) -> usize {
48 self.0 as usize

Callers 15

bench_callsFunction · 0.45
invoke_post_returnFunction · 0.45
introspectionFunction · 0.45
lower_then_liftFunction · 0.45
test_recurseFunction · 0.45
drop_call_async_futureFunction · 0.45
map_trampoline_alignmentFunction · 0.45

Calls

no outgoing calls

Tested by 15

introspectionFunction · 0.36
lower_then_liftFunction · 0.36
test_recurseFunction · 0.36
map_trampoline_alignmentFunction · 0.36
call_wrapped_funcFunction · 0.36