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

Method cmp

cranelift/codegen/src/machinst/buffer.rs:2129–2131  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

2127
2128impl<I: VCodeInst> Ord for MachLabelFixup<I> {
2129 fn cmp(&self, other: &Self) -> Ordering {
2130 other.deadline().cmp(&self.deadline())
2131 }
2132}
2133
2134/// A relocation resulting from a compilation.

Callers 6

partial_cmpMethod · 0.45
get_spillslot_sizeMethod · 0.45
pp_cmpMethod · 0.45
rpo_cmp_blockMethod · 0.45
gen_numerics_isleFunction · 0.45

Calls 1

deadlineMethod · 0.80

Tested by

no test coverage detected