MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / num_blocks

Method num_blocks

src/debug_utils/generic_function/mod.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

153
154 #[inline]
155 fn num_blocks(&self) -> usize {
156 self.blocks.len()
157 }
158
159 #[inline]
160 fn entry_points(&self) -> &[Block] {

Callers 15

blocksMethod · 0.45
prepareMethod · 0.45
runMethod · 0.45
prepare_forward_passMethod · 0.45
compute_entry_statesMethod · 0.45
check_entityMethod · 0.45
check_blockMethod · 0.45
check_functionMethod · 0.45
check_outputFunction · 0.45
computeMethod · 0.45
computeMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected