| 830 | } |
| 831 | |
| 832 | Optimizer::PassToken CreateStrengthReductionPass() { |
| 833 | return MakeUnique<Optimizer::PassToken::Impl>( |
| 834 | MakeUnique<opt::StrengthReductionPass>()); |
| 835 | } |
| 836 | |
| 837 | Optimizer::PassToken CreateBlockMergePass() { |
| 838 | return MakeUnique<Optimizer::PassToken::Impl>( |
no outgoing calls
no test coverage detected