Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ is_dangling
Function
is_dangling
src/module.cpp:857–857 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
855
}
856
857
static bool is_dangling(instruction_ref ins) { return not is_global(ins) and is_borrowed(ins); }
858
859
instruction_ref module::find_dangling_reference() const
860
{
Callers
1
find_dangling_reference
Method · 0.85
Calls
2
is_global
Function · 0.85
is_borrowed
Function · 0.85
Tested by
no test coverage detected