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

Class IndirectRematData

src/debug_utils/generic_function/mod.rs:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#[derive(Clone)]
48#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
49struct IndirectRematData {
50 constraint: OperandConstraint,
51 inputs: Vec<Operand>,
52 allow_destination_overlap: bool,
53}
54
55#[derive(Clone)]
56#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected