| 1080 | } |
| 1081 | |
| 1082 | Optimizer::PassToken CreateSpreadVolatileSemanticsPass() { |
| 1083 | return MakeUnique<Optimizer::PassToken::Impl>( |
| 1084 | MakeUnique<opt::SpreadVolatileSemantics>()); |
| 1085 | } |
| 1086 | |
| 1087 | Optimizer::PassToken CreateDescriptorScalarReplacementPass() { |
| 1088 | return MakeUnique<Optimizer::PassToken::Impl>( |
no outgoing calls
no test coverage detected