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

Class MovePosition

src/internal/move_resolver.rs:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53/// block-to-block liveness.
54#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
55pub struct MovePosition {
56 /// Bit-pack in 32 bits.
57 ///
58 /// inst:31 pos:1
59 bits: u32,
60}
61
62impl fmt::Display for MovePosition {
63 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected