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

Method blocks

src/function.rs:619–621  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

617 /// Iterator over all the [`Block`]s in this function.
618 #[inline]
619 fn blocks(&self) -> Keys<Block> {
620 Keys::with_len(self.num_blocks())
621 }
622
623 /// Returns the entry points of the CFG.
624 ///

Callers 10

prepareMethod · 0.80
runMethod · 0.80
compute_block_orderMethod · 0.80
collect_usesMethod · 0.80
runMethod · 0.80
prepare_forward_passMethod · 0.80
check_functionMethod · 0.80
fmtMethod · 0.80
evaluateMethod · 0.80
from_functionMethod · 0.80

Implementers 2

mod.rssrc/debug_utils/generic_function/mod.r
parallel_moves.rsfuzz/fuzz_targets/parallel_moves.rs

Calls 1

num_blocksMethod · 0.45

Tested by

no test coverage detected