MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / JoinNonDebugInsts

Function JoinNonDebugInsts

test/opt/pass_utils.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96std::string JoinNonDebugInsts(const std::vector<const char*>& insts) {
97 return SelectiveJoin(
98 insts, [](const char* inst) { return ContainsDebugOpcode(inst); });
99}
100
101} // namespace opt
102} // namespace spvtools

Callers 3

TEST_FFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls 2

SelectiveJoinFunction · 0.85
ContainsDebugOpcodeFunction · 0.85

Tested by 3

TEST_FFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68