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

Method MatchExecutionModes

source/diff/diff.cpp:2228–2230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2226}
2227
2228void Differ::MatchExecutionModes() {
2229 MatchPreambleInstructions(src_->execution_modes(), dst_->execution_modes());
2230}
2231
2232void Differ::MatchTypeForwardPointers() {
2233 // Bunch all of type forward pointers as potential matches.

Callers 1

DiffFunction · 0.80

Calls 1

execution_modesMethod · 0.80

Tested by

no test coverage detected