Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ clone
Method
clone
src/entity/set.rs:32–37 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
30
{
31
#[inline]
32
fn clone(&self) -> Self {
33
Self {
34
storage: self.storage.clone(),
35
marker: PhantomData,
36
}
37
}
38
39
#[inline]
40
fn clone_from(&mut self, source: &Self) {
Callers
15
make_riscv_reginfo
Function · 0.80
fmt
Method · 0.80
make_aarch64_reginfo
Function · 0.80
check_block
Method · 0.80
extract
Function · 0.80
parse_class_def
Function · 0.80
arbitrary_with_config
Method · 0.80
gen_bank
Method · 0.80
gen_reg
Method · 0.80
extract
Function · 0.80
compute_preds_and_dominators
Function · 0.80
gen_cfg_skeleton
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected