Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestDominance.cpp94 struct TestDominancePass struct
95 : public PassWrapper<TestDominancePass, InterfacePass<SymbolOpInterface>> {
96 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestDominancePass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
131 void registerTestDominancePass() { PassRegistration<TestDominancePass>(); } in registerTestDominancePass()