Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ insts
Method
insts
src/function.rs:608–610 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
606
/// Iterator over all the [`Inst`]s in this function.
607
#[inline]
608
fn insts(&self) -> Keys<Inst> {
609
Keys::with_len(self.num_insts())
610
}
611
612
/// How many blocks are there?
613
///
Callers
2
compute_alloc_offsets
Method · 0.80
from_function
Method · 0.80
Implementers
2
mod.rs
src/debug_utils/generic_function/mod.r
parallel_moves.rs
fuzz/fuzz_targets/parallel_moves.rs
Calls
1
num_insts
Method · 0.45
Tested by
no test coverage detected