Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestAffineLoopUnswitching.cpp26 struct TestAffineLoopUnswitching struct
27 : public PassWrapper<TestAffineLoopUnswitching, OperationPass<>> {
28 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestAffineLoopUnswitching) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
34 TestAffineLoopUnswitching() = default;
35 TestAffineLoopUnswitching(const TestAffineLoopUnswitching &pass) = default;
45 void TestAffineLoopUnswitching::runOnOperation() { in runOnOperation()
63 PassRegistration<TestAffineLoopUnswitching>(); in registerTestAffineLoopUnswitchingPass()
H A DCMakeLists.txt4 TestAffineLoopUnswitching.cpp