MCPcopy 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
857static bool is_dangling(instruction_ref ins) { return not is_global(ins) and is_borrowed(ins); }
858
859instruction_ref module::find_dangling_reference() const
860{

Callers 1

Calls 2

is_globalFunction · 0.85
is_borrowedFunction · 0.85

Tested by

no test coverage detected