Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DControlFlowInterfacesTest.cpp232 EXPECT_TRUE(regionOp.isRepetitiveRegion(0)); in TEST()
233 EXPECT_TRUE(regionOp.isRepetitiveRegion(1)); in TEST()
234 EXPECT_TRUE(regionOp.isRepetitiveRegion(2)); in TEST()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp308 bool RegionBranchOpInterface::isRepetitiveRegion(unsigned index) { in isRepetitiveRegion() function in RegionBranchOpInterface
338 if (branchOp.isRepetitiveRegion(region->getRegionNumber())) in getEnclosingRepetitiveRegion()
349 if (branchOp.isRepetitiveRegion(region->getRegionNumber())) in getEnclosingRepetitiveRegion()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.td217 bool isRepetitiveRegion(unsigned index);