MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / move_instruction

Method move_instruction

src/module.cpp:416–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416instruction_ref module::move_instruction(instruction_ref src, instruction_ref dst)
417{
418 impl->changed.notify();
419 assert(has_instruction(src));
420 assert(has_instruction(dst) or is_end(dst, this->end()));
421 impl->instructions.splice(dst, impl->instructions, src);
422 return src;
423}
424
425instruction_ref module::move_instructions(instruction_ref src, instruction_ref dst)
426{

Callers 14

move_instructionsMethod · 0.95
hoist_external_inputsMethod · 0.95
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
applyMethod · 0.80
assign_streamsMethod · 0.80
sortMethod · 0.80
applyMethod · 0.80
module.cppFile · 0.80
applyMethod · 0.80
move_instructions_backFunction · 0.80

Calls 3

endMethod · 0.95
is_endFunction · 0.85
notifyMethod · 0.80

Tested by 1

TEST_CASEFunction · 0.64