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

Method debug_print

src/program.cpp:1052–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050}
1051
1052void program::debug_print() const { std::cout << *this << std::endl; }
1053void program::debug_print(instruction_ref ins) const
1054{
1055 std::unordered_map<instruction_ref, std::string> names;

Callers

nothing calls this directly

Calls 8

printMethod · 0.95
is_endFunction · 0.85
any_ofFunction · 0.50
none_ofFunction · 0.50
printFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
has_instructionMethod · 0.45

Tested by

no test coverage detected