(&self)
| 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 | /// |
nothing calls this directly
no test coverage detected