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

Class InstData

src/debug_utils/generic_function/mod.rs:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#[derive(Clone)]
38#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
39struct InstData {
40 operands: Vec<Operand>,
41 clobbers: Vec<RegUnit>,
42 block: Block,
43 terminator_kind: Option<TerminatorKind>,
44 is_pure: bool,
45}
46
47#[derive(Clone)]
48#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected