Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ function
Method
function
src/output.rs:182–184 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
180
#[inline]
181
#[must_use]
182
pub fn function(&self) -> &F {
183
self.func
184
}
185
186
/// Returns the input [`RegInfo`] to the register allocator.
187
#[inline]
Callers
7
check_function
Method · 0.80
check_block
Method · 0.80
check_inst
Method · 0.80
check_remat_input
Method · 0.80
check_operand
Method · 0.80
fmt
Method · 0.80
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected