Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
inline namespace MIGRAPHX_INLINE_NS {
35
36
void dead_code_elimination::apply(program& p) const { p.remove_unused_modules(); }
37
38
void dead_code_elimination::apply(module& m) const
39
{
Callers
nothing calls this directly
Calls
15
iterator_for
Function · 0.85
contains
Function · 0.85
distance
Function · 0.85
fix
Function · 0.85
remove_unused_modules
Method · 0.80
ndim
Method · 0.80
is_undefined
Method · 0.80
front
Method · 0.80
outputs
Method · 0.80
clear_arguments
Method · 0.80
move_instruction
Method · 0.80
remove_instructions
Method · 0.80
Tested by
no test coverage detected