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

Method MatchAnnotations

source/diff/diff.cpp:2621–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619}
2620
2621void Differ::MatchAnnotations() {
2622 // This section includes OpDecorate and family.
2623 MatchDebugAndAnnotationInstructions(src_->annotations(), dst_->annotations());
2624}
2625
2626const opt::Instruction* Differ::MappedDstInst(
2627 const opt::Instruction* src_inst) {

Callers 1

DiffFunction · 0.80

Calls 1

annotationsMethod · 0.45

Tested by

no test coverage detected