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

Enum Entity

src/debug_utils/validate_func.rs:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47/// references with an invalid index.
48#[derive(Debug, Clone, Copy)]
49enum Entity {
50 Block(Block),
51 Value(Value),
52 ValueGroup(ValueGroup),
53 Inst(Inst),
54}
55
56impl fmt::Display for Entity {
57 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected