Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chc4/lineiform
/ optimize
Method
optimize
tangle/src/ir.rs:144–146 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
142
}
143
144
pub fn optimize(&mut self) -> &mut Self {
145
self
146
}
147
148
pub fn regalloc(&mut self) {
149
for r in self.regions.node_weights_mut() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected