Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ insert
Method
insert
src/module.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
return r;
84
}
85
instruction_ref insert(instruction_ref pos, const instruction& ins)
86
{
87
changed.notify();
88
return emplace(pos, ins);
89
}
90
91
void clear()
92
{
Callers
8
emplace
Method · 0.45
assign
Method · 0.45
insert_instruction
Method · 0.45
insert_parameter
Method · 0.45
generic_split
Function · 0.45
insert_inline
Method · 0.45
get_sub_modules
Method · 0.45
module.cpp
File · 0.45
Calls
2
emplace
Function · 0.85
notify
Method · 0.80
Tested by
no test coverage detected