MCPcopy 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

148impl 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_entityMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected