Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.td169 Populates `invocationBounds` with the minimum and maximum number of
188 :$invocationBounds), [{}],
189 [{ invocationBounds.append($_op->getNumRegions(),
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp1465 SmallVectorImpl<InvocationBounds> &invocationBounds) { in getRegionInvocationBounds() argument
1467 invocationBounds.assign(/*NumElts=*/3, /*Elt=*/{0, 1}); in getRegionInvocationBounds()
1487 SmallVectorImpl<InvocationBounds> &invocationBounds) { in getRegionInvocationBounds() argument
1488 invocationBounds.emplace_back(1, 1); in getRegionInvocationBounds()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1476 SmallVectorImpl<InvocationBounds> &invocationBounds) { in getRegionInvocationBounds() argument
1480 invocationBounds.emplace_back(0, cond.getValue() ? 1 : 0); in getRegionInvocationBounds()
1481 invocationBounds.emplace_back(0, cond.getValue() ? 0 : 1); in getRegionInvocationBounds()
1484 invocationBounds.assign(2, {0, 1}); in getRegionInvocationBounds()