MCPcopy 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

emplaceMethod · 0.45
assignMethod · 0.45
insert_instructionMethod · 0.45
insert_parameterMethod · 0.45
generic_splitFunction · 0.45
insert_inlineMethod · 0.45
get_sub_modulesMethod · 0.45
module.cppFile · 0.45

Calls 2

emplaceFunction · 0.85
notifyMethod · 0.80

Tested by

no test coverage detected