Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-opt/
H A Dmlir-opt.cpp87 void registerTestInterfaces();
182 mlir::test::registerTestInterfaces(); in registerTestPasses()
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestInterfaces.cpp50 void registerTestInterfaces() { PassRegistration<TestTypeInterfaces>(); } in registerTestInterfaces() function