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

Method new

src/internal/allocations.rs:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25impl Allocations {
26 pub fn new() -> Self {
27 Self {
28 allocations: vec![],
29 operands_offset: vec![],
30 remat_inputs: CompactListPool::new(),
31 }
32 }
33
34 /// Computes the offsets for each instruction's operands in the allocation
35 /// vector.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected