Searched refs:TestAffineLoopUnswitching (Results 1 – 2 of 2) sorted by relevance
26 struct TestAffineLoopUnswitching struct27 : public PassWrapper<TestAffineLoopUnswitching, OperationPass<>> {28 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestAffineLoopUnswitching) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument34 TestAffineLoopUnswitching() = default;35 TestAffineLoopUnswitching(const TestAffineLoopUnswitching &pass) = default;45 void TestAffineLoopUnswitching::runOnOperation() { in runOnOperation()63 PassRegistration<TestAffineLoopUnswitching>(); in registerTestAffineLoopUnswitchingPass()
4 TestAffineLoopUnswitching.cpp