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

Function CreateLoopInvariantCodeMotionPass

source/opt/optimizer.cpp:954–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954Optimizer::PassToken CreateLoopInvariantCodeMotionPass() {
955 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::LICMPass>());
956}
957
958Optimizer::PassToken CreateLoopPeelingPass() {
959 return MakeUnique<Optimizer::PassToken::Impl>(

Callers 1

RegisterPassFromFlagMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected