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

Class BestEntry

cranelift/codegen/src/egraph/elaborate.rs:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74#[derive(Clone, Copy, Debug, PartialEq, Eq)]
75struct BestEntry(Cost, Value);
76
77impl PartialOrd for BestEntry {
78 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> {

Callers 2

newMethod · 0.85
compute_best_valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected