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

Method new

src/internal/allocator/split.rs:160–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158
159impl Splitter {
160 pub fn new() -> Self {
161 Self {
162 segments: vec![],
163 minimal_segments: vec![],
164 new_vregs: vec![],
165 uses: vec![],
166 gaps: vec![],
167 gap_segments: vec![],
168 }
169 }
170}
171
172impl<F: Function, R: RegInfo> Context<'_, F, R> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected