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

Function CreateSpreadVolatileSemanticsPass

source/opt/optimizer.cpp:1082–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082Optimizer::PassToken CreateSpreadVolatileSemanticsPass() {
1083 return MakeUnique<Optimizer::PassToken::Impl>(
1084 MakeUnique<opt::SpreadVolatileSemantics>());
1085}
1086
1087Optimizer::PassToken CreateDescriptorScalarReplacementPass() {
1088 return MakeUnique<Optimizer::PassToken::Impl>(

Callers 1

RegisterPassFromFlagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected