Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-opt/
H A Dmlir-opt.cpp105 void registerTestPDLByteCodePass();
200 mlir::test::registerTestPDLByteCodePass(); in registerTestPasses()
/llvm-project-15.0.7/mlir/test/lib/Rewrite/
H A DTestPDLByteCode.cpp122 void registerTestPDLByteCodePass() { PassRegistration<TestPDLByteCodePass>(); } in registerTestPDLByteCodePass() function