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

Method is_cond

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

Source from the content-addressed store, hash-verified

2334
2335impl MachBranch {
2336 fn is_cond(&self) -> bool {
2337 self.inverted.is_some()
2338 }
2339 fn is_uncond(&self) -> bool {
2340 self.inverted.is_none()
2341 }

Callers 1

optimize_branchesMethod · 0.80

Calls 1

is_someMethod · 0.45

Tested by

no test coverage detected