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

Function CreateCFGCleanupPass

source/opt/optimizer.cpp:934–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934Optimizer::PassToken CreateCFGCleanupPass() {
935 return MakeUnique<Optimizer::PassToken::Impl>(
936 MakeUnique<opt::CFGCleanupPass>());
937}
938
939Optimizer::PassToken CreateLocalRedundancyEliminationPass() {
940 return MakeUnique<Optimizer::PassToken::Impl>(

Callers 2

optimizer.cppFile · 0.85
RegisterPassFromFlagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected