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

Method apply

src/dead_code_elimination.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34inline namespace MIGRAPHX_INLINE_NS {
35
36void dead_code_elimination::apply(program& p) const { p.remove_unused_modules(); }
37
38void dead_code_elimination::apply(module& m) const
39{

Callers

nothing calls this directly

Calls 15

iterator_forFunction · 0.85
containsFunction · 0.85
distanceFunction · 0.85
fixFunction · 0.85
remove_unused_modulesMethod · 0.80
ndimMethod · 0.80
is_undefinedMethod · 0.80
frontMethod · 0.80
outputsMethod · 0.80
clear_argumentsMethod · 0.80
move_instructionMethod · 0.80
remove_instructionsMethod · 0.80

Tested by

no test coverage detected