Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ new_parallel_move
Method
new_parallel_move
src/internal/parallel_moves.rs:583–588 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
581
}
582
583
pub fn new_parallel_move(&mut self) {
584
self.moves.clear();
585
self.remat.clear();
586
self.remat_with_scratch.clear();
587
self.writes_to_unit.clear();
588
}
589
590
pub fn add_remat(
591
&mut self,
Callers
1
resolve_moves
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected