| 1107 | } |
| 1108 | |
| 1109 | Optimizer::PassToken CreateAmdExtToKhrPass() { |
| 1110 | return MakeUnique<Optimizer::PassToken::Impl>( |
| 1111 | MakeUnique<opt::AmdExtensionToKhrPass>()); |
| 1112 | } |
| 1113 | |
| 1114 | Optimizer::PassToken CreateInterpolateFixupPass() { |
| 1115 | return MakeUnique<Optimizer::PassToken::Impl>( |
no outgoing calls
no test coverage detected