Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestTypes.cpp17 struct TestRecursiveTypesPass struct
18 : public PassWrapper<TestRecursiveTypesPass, OperationPass<func::FuncOp>> {
19 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestRecursiveTypesPass)
48 LogicalResult TestRecursiveTypesPass::createIRWithTypes() { in createIRWithTypes()
82 PassRegistration<TestRecursiveTypesPass>(); in registerTestRecursiveTypesPass()