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

Method is_uncond

cranelift/codegen/src/machinst/buffer.rs:2339–2341  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2337 self.inverted.is_some()
2338 }
2339 fn is_uncond(&self) -> bool {
2340 self.inverted.is_none()
2341 }
2342}
2343
2344/// Stack-frame layout information carried through to machine

Callers 1

optimize_branchesMethod · 0.80

Calls 1

is_noneMethod · 0.45

Tested by

no test coverage detected