Home
last modified time | relevance | path

Searched refs:TestModuleCombinerPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/SPIRV/
H A DTestModuleCombiner.cpp19 class TestModuleCombinerPass class
20 : public PassWrapper<TestModuleCombinerPass,
23 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestModuleCombinerPass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
29 TestModuleCombinerPass() = default;
30 TestModuleCombinerPass(const TestModuleCombinerPass &) {} in TestModuleCombinerPass() function in __anon2fe26b650111::TestModuleCombinerPass
35 void TestModuleCombinerPass::runOnOperation() { in runOnOperation()
56 PassRegistration<TestModuleCombinerPass>(); in registerTestSpirvModuleCombinerPass()