Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/IR/
H A DTestTypes.cpp18 struct TestRecursiveTypesPass struct
19 : public PassWrapper<TestRecursiveTypesPass, OperationPass<func::FuncOp>> {
20 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestRecursiveTypesPass)
49 LogicalResult TestRecursiveTypesPass::createIRWithTypes() { in createIRWithTypes()
83 PassRegistration<TestRecursiveTypesPass>(); in registerTestRecursiveTypesPass()