MCPcopy 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_offsetsMethod · 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_instsMethod · 0.45

Tested by

no test coverage detected