| 47 | #[derive(Clone)] |
| 48 | #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))] |
| 49 | struct 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))] |
nothing calls this directly
no outgoing calls
no test coverage detected