Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ num_insts
Method
num_insts
src/debug_utils/generic_function/mod.rs:150–152 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
148
impl Function for GenericFunction {
149
#[inline]
150
fn num_insts(&self) -> usize {
151
self.insts.len()
152
}
153
154
#[inline]
155
fn num_blocks(&self) -> usize {
Callers
1
check_entity
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected