Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ entry_points
Method
entry_points
src/debug_utils/generic_function/mod.rs:160–162 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
158
159
#[inline]
160
fn entry_points(&self) -> &[Block] {
161
&self.entry_points
162
}
163
164
#[inline]
165
fn block_insts(&self, block: Block) -> InstRange {
Callers
8
prepare_forward_pass
Method · 0.45
compute_entry_states
Method · 0.45
check_function
Method · 0.45
check_function
Method · 0.45
fmt
Method · 0.45
compute
Method · 0.45
compute_idoms
Method · 0.45
from_function
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected