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

Method values

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

Source from the content-addressed store, hash-verified

748 /// Iterator over all the [`Value`]s in this function.
749 #[inline]
750 fn values(&self) -> Keys<Value> {
751 Keys::with_len(self.num_values())
752 }
753
754 /// The register bank associated with the given value.
755 ///

Callers

nothing calls this directly

Implementers 2

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

Calls 1

num_valuesMethod · 0.45

Tested by

no test coverage detected