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

Method Finalize

source/opt/loop_unroller.cpp:1167–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void LoopUtils::Finalize() {
1168 // Clean up the loop descriptor to preserve the analysis.
1169
1170 LoopDescriptor* LD = context_->GetLoopDescriptor(&function_);
1171 LD->PostModificationCleanup();
1172}
1173
1174/*
1175 *

Callers 1

TEST_FFunction · 0.80

Calls 2

GetLoopDescriptorMethod · 0.45

Tested by

no test coverage detected