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

Function CreateModifyMaximalReconvergencePass

source/opt/optimizer.cpp:1196–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194}
1195
1196Optimizer::PassToken CreateModifyMaximalReconvergencePass(bool add) {
1197 return MakeUnique<Optimizer::PassToken::Impl>(
1198 MakeUnique<opt::ModifyMaximalReconvergence>(add));
1199}
1200
1201Optimizer::PassToken CreateOpExtInstWithForwardReferenceFixupPass() {
1202 return MakeUnique<Optimizer::PassToken::Impl>(

Callers 1

RegisterPassFromFlagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected