Searched refs:NullCtx (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | scoped_hash_map.rs | 219 use crate::ctxhash::NullCtx; 225 match map.entry(&NullCtx, 0) { in basic() 229 match map.entry(&NullCtx, 2) { in basic() 233 match map.entry(&NullCtx, 2) { in basic() 238 match map.entry(&NullCtx, 2) { in basic() 242 match map.entry(&NullCtx, 1) { in basic() 246 match map.entry(&NullCtx, 1) { in basic() 250 match map.entry(&NullCtx, 0) { in basic() 254 match map.entry(&NullCtx, 2) { in basic() 259 match map.entry(&NullCtx, 0) { in basic() [all …]
|
| H A D | ctxhash.rs | 33 pub struct NullCtx; struct 35 impl<V: Eq + Hash> CtxEq<V, V> for NullCtx { implementation 40 impl<V: Eq + Hash> CtxHash<V> for NullCtx { implementation
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | elaborate.rs | 6 use crate::ctxhash::NullCtx; 468 self.value_to_elaborated_value.get(&NullCtx, &best_value) in process_elab_stack() 685 &NullCtx, in process_elab_stack() 711 &NullCtx, in process_elab_stack() 806 &NullCtx, in elaborate_block()
|
| H A D | mod.rs | 5 use crate::ctxhash::{CtxEq, CtxHash, NullCtx}; 446 .entry(&NullCtx, (ty, self.func.dfg.insts[inst])) in optimize_skeleton_inst()
|