MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / HintKey

Class HintKey

src/internal/hints.rs:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22/// incoming value and at the end only outgoing values.
23#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
24struct HintKey {
25 /// Bit-pack in 64 bits.
26 ///
27 /// value:32 inst:31 pos:1
28 bits: u64,
29}
30
31impl fmt::Display for HintKey {
32 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected